Remove the updates service.
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
ae2abab4c9
commit
edb245a2ba
7 changed files with 1 additions and 177 deletions
|
@ -127,8 +127,6 @@ impl Service {
|
|||
&self.server.config.new_user_displayname_suffix
|
||||
}
|
||||
|
||||
pub fn allow_check_for_updates(&self) -> bool { self.server.config.allow_check_for_updates }
|
||||
|
||||
pub fn trusted_servers(&self) -> &[OwnedServerName] { &self.server.config.trusted_servers }
|
||||
|
||||
pub fn turn_password(&self) -> &String { &self.server.config.turn_password }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue