Daniel Brötzmann pushed to branch reaction-notifications at gajim / gajim


Commits:
554f46b2 by wurstsalat at 2026-01-19T22:03:40+01:00
cfix: Fix message.type attribute call

- - - - -


1 changed file:

- gajim/gtk/main_stack.py


Changes:

=====================================
gajim/gtk/main_stack.py
=====================================
@@ -94,7 +94,7 @@ def _on_activity_item_activate(
             chat_list = chat_list_stack.find_chat(event.account, event.jid)
             if chat_list is None:
                 message_type = cast(
-                    Literal["chat", "groupchat", "pm"], 
str(event.message_type).lower()
+                    Literal["chat", "groupchat", "pm"], 
str(event.message.type).lower()
                 )
                 app.window.add_chat(event.account, event.jid, message_type, 
select=True)
             else:



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/554f46b2832c864c80c41787f316fc248c67db6f

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/554f46b2832c864c80c41787f316fc248c67db6f
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to