[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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user