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 da38c8e4..19394e7d 100644 --- a/poezio/core/handlers.py +++ b/poezio/core/handlers.py @@ -204,7 +204,7 @@ class HandlerCore: if is_muc_pm is None: fixes.has_identity( self.core.xmpp, - sent['to'].server, + sent['to'].bare, identity='conference', on_true=functools.partial(groupchat_private_message, sent), on_false=functools.partial(send_message, sent)) |