missing return
This commit is contained in:
parent
e76ac7f406
commit
dab9943bc2
|
@ -63,6 +63,7 @@ class MessageControl:
|
|||
fjid = self.contact.jid
|
||||
if self.resource:
|
||||
fjid += '/' + self.resource
|
||||
return fjid
|
||||
|
||||
def set_control_active(self, state):
|
||||
'''Called when the control becomes active (state is True)
|
||||
|
|
Loading…
Reference in New Issue