Skip to content
Snippets Groups Projects
Commit a6b38b60 authored by Liorithiel's avatar Liorithiel
Browse files

Oops, forget to remove testing code.

parent 07bd24c2
No related branches found
No related tags found
No related merge requests found
......@@ -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):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment