Fix previous commit (ref #219) and update catch_up config comment

This commit is contained in:
Tulir Asokan
2018-09-10 00:11:02 +03:00
parent 9541d5eceb
commit 4c54d9c9ea
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -353,7 +353,7 @@ class AbstractUser(ABC):
async def update_message(self, original_update: UpdateMessage) -> None:
update, sender, portal = self.get_message_details(original_update)
if self.bot and not portal.mxid:
if self.is_bot and not portal.mxid:
self.log.debug(f"Ignoring message received by bot in unbridged chat %s",
portal.tgid_log)
return