More reliably auto-identify as room operator (#216)

This commit is contained in:
Etoh 2020-05-14 00:02:59 +01:00 committed by GitHub
parent 7901542431
commit 05f9a179dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -974,7 +974,6 @@ class SyncplayClient(object):
else:
return ""
@requireServerFeature("managedRooms")
def identifyAsController(self, controlPassword):
controlPassword = self.stripControlPassword(controlPassword)
self.ui.showMessage(getMessage("identifying-as-controller-notification").format(controlPassword))