conversations compatibility test

This commit is contained in:
2019-03-10 20:58:19 +01:00
parent 863becb95b
commit c2170054a4

View File

@@ -153,8 +153,8 @@ class TelegramGateClient(TelegramClient):
# message media # # message media #
if update_obj.message.media: if update_obj.message.media:
text, oob_url = self._process_media_msg(update_obj.message.media) text, oob_url = self._process_media_msg(update_obj.message.media)
msg = oob_url self.xmpp_send_message(prefix + str(cid), mbody =oob_url, oob_url=oob_url)
#msg = '{} {}'.format(msg, text) msg = '{} {}'.format(msg, text)
# edited # # edited #
if update_obj.message.edit_date: if update_obj.message.edit_date: