send image url as OOB

This commit is contained in:
2019-03-10 20:32:21 +01:00
parent 98460f4bb4
commit 9bf947fc80
2 changed files with 16 additions and 8 deletions

View File

@@ -397,7 +397,7 @@ class XMPPTelegram(ComponentXMPP):
self.tg_process_dialogs(jid, sync_roster = False)
# Register Telegrap updates handler
self.tg_connections[jid].add_update_handler(self.tg_connections[jid].xmpp_update_handler)
self.tg_connections[jid].add_update_handler(self.tg_connections[jid].tg_update_handler)
def roster_exchange(self, tojid, contacts):