diff options
-rw-r--r-- | poezio/core/handlers.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/poezio/core/handlers.py b/poezio/core/handlers.py index 158dff17..cfdeb271 100644 --- a/poezio/core/handlers.py +++ b/poezio/core/handlers.py @@ -175,7 +175,7 @@ class HandlerCore: if is_muc_pm is None: fixes.has_identity( self.core.xmpp, - recv['from'].server, + recv['from'].bare, identity='conference', on_true=functools.partial(ignore_message, recv), on_false=functools.partial(receive_message, recv)) |