Remove the updates service.

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk 2025-04-13 07:12:54 +00:00
parent ae2abab4c9
commit edb245a2ba
7 changed files with 1 additions and 177 deletions

View file

@ -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 }