Fix bot-received messages not being handled. Fixes #341

This commit is contained in:
Tulir Asokan
2019-11-30 15:17:01 +02:00
parent f72267e81d
commit 25d7087d07
+2
View File
@@ -227,7 +227,9 @@ class User(AbstractUser, BaseUser):
if portal:
self.register_portal(portal)
return False
# Don't bother handling the update
return True
# endregion