Oops, forget to remove testing code.
This commit is contained in:
parent
07bd24c2e8
commit
a6b38b6010
|
@ -68,7 +68,6 @@ class ChangeStatusCommand(AdHocCommand):
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def isVisibleFor(samejid):
|
def isVisibleFor(samejid):
|
||||||
''' Change status is visible only if the entity has the same bare jid. '''
|
''' Change status is visible only if the entity has the same bare jid. '''
|
||||||
return True # TODO: Remove that!
|
|
||||||
return samejid
|
return samejid
|
||||||
|
|
||||||
def execute(self, request):
|
def execute(self, request):
|
||||||
|
|
Loading…
Reference in New Issue