Implement message reply/forward bridging in both directions

This commit is contained in:
Tulir Asokan
2018-01-22 21:20:56 +02:00
parent aaaf52576c
commit 8a3ccb6e8c
8 changed files with 113 additions and 30 deletions
+1 -1
View File
@@ -170,7 +170,7 @@ class User:
else:
self.log.debug("Handling message portal=%s sender=%s update=%s", portal, sender,
update)
portal.handle_telegram_message(sender, update)
portal.handle_telegram_message(self, sender, update)
@classmethod
def get_by_mxid(cls, mxid, create=True):