This commit is contained in:
Tulir Asokan
2020-12-02 12:11:11 +02:00
parent dd7eed834c
commit f658f2c5b7
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -469,7 +469,7 @@ class AbstractUser(ABC):
await self.register_portal(portal)
return
self.log.trace("Handling action %s to %s by %d", update.action, portal.tgid_log,
sender.id)
(sender.id if sender else 0))
return await portal.handle_telegram_action(self, sender, update)
if isinstance(original_update, (UpdateEditMessage, UpdateEditChannelMessage)):