Fix avatar changes and outgoing meta change deduplication

Also move the telegram ID -> MXID generation to Puppet.get_mxid_from_id()
This commit is contained in:
Tulir Asokan
2018-02-19 19:52:45 +02:00
parent f926727a8d
commit 0a6130607d
6 changed files with 21 additions and 13 deletions
+1
View File
@@ -37,6 +37,7 @@ class AbstractUser:
self.whitelisted = False
self.client = None
self.tgid = None
self.mxid = None
def _init_client(self):
self.log.debug(f"Initializing client for {self.name}")