# HG changeset patch # User Goffi # Date 1652698979 -7200 # Node ID 89b13b405b9347696ba5a9ada1187346928f34ad # Parent 7b90d7c474fa2c67d07c1a6cf25008fe2f9c73bf core: remove useless method (it's available directly in client) diff -r 7b90d7c474fa -r 89b13b405b93 sat/core/sat_main.py --- a/sat/core/sat_main.py Sun May 15 14:15:24 2022 +0200 +++ b/sat/core/sat_main.py Mon May 16 13:02:59 2022 +0200 @@ -939,10 +939,6 @@ return False return self.profiles[profile].isConnected() - def isAdmin(self, client: xmpp.SatXMPPEntity) -> bool: - """Tells if a client is an administrator with extra privileges""" - return client.profile in self.memory.admins - ## Encryption ## def registerEncryptionPlugin(self, *args, **kwargs):