Skip to content
Snippets Groups Projects
Commit dab9943b authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

missing return

parent e76ac7f4
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
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