diff --git a/src/common/commands.py b/src/common/commands.py index 9264f7e119d381c20b8a77d3138d9598edd1c59d..f0ac1e428bc59a296c915a4923526c66b590aed7 100644 --- a/src/common/commands.py +++ b/src/common/commands.py @@ -68,7 +68,6 @@ class ChangeStatusCommand(AdHocCommand): @staticmethod def isVisibleFor(samejid): ''' Change status is visible only if the entity has the same bare jid. ''' - return True # TODO: Remove that! return samejid def execute(self, request):