[SVN] Release 0.3.2

[FIX] Fixed roster exchange request after transport boot-up
[ADD] Added optional profile pictures downloading to V-Cards; you need to add `enable_avatars`(bool) to database or just remove and re-create db file to enable it
This commit is contained in:
annelin
2018-07-02 00:51:22 +00:00
parent e66bda9cd8
commit f0ef3abb9c
3 changed files with 60 additions and 13 deletions

View File

@@ -59,8 +59,8 @@ class TelegramGateClient(TelegramClient):
def xmpp_update_handler(self, obj):
print("We have received update for <%s>" % self.jid)
print(obj)
# print("We have received update for <%s>" % self.jid)
# print(obj)
# we have received some updates, so we're logined and can get <me> object and start mtd / upd threads #
if not self.me: