Fix bot-received messages not being handled. Fixes #341
This commit is contained in:
@@ -227,7 +227,9 @@ class User(AbstractUser, BaseUser):
|
|||||||
|
|
||||||
if portal:
|
if portal:
|
||||||
self.register_portal(portal)
|
self.register_portal(portal)
|
||||||
|
return False
|
||||||
|
|
||||||
|
# Don't bother handling the update
|
||||||
return True
|
return True
|
||||||
|
|
||||||
# endregion
|
# endregion
|
||||||
|
|||||||
Reference in New Issue
Block a user