missing return
This commit is contained in:
parent
e76ac7f406
commit
dab9943bc2
1 changed files with 1 additions and 0 deletions
|
@ -63,6 +63,7 @@ class MessageControl:
|
||||||
fjid = self.contact.jid
|
fjid = self.contact.jid
|
||||||
if self.resource:
|
if self.resource:
|
||||||
fjid += '/' + self.resource
|
fjid += '/' + self.resource
|
||||||
|
return fjid
|
||||||
|
|
||||||
def set_control_active(self, state):
|
def set_control_active(self, state):
|
||||||
'''Called when the control becomes active (state is True)
|
'''Called when the control becomes active (state is True)
|
||||||
|
|
Loading…
Add table
Reference in a new issue