Philipp Hörist pushed to branch master at gajim / gajim
Commits:
bc1f98cf by Philipp Hörist at 2026-03-24T00:41:02+01:00
fix: GroupchatRoster: Don't fail when trying to open chat with offline member
- - - - -
1 changed file:
- gajim/gtk/groupchat_roster.py
Changes:
=====================================
gajim/gtk/groupchat_roster.py
=====================================
@@ -247,6 +247,8 @@ def _on_contact_item_activated(
select=True,
)
else:
+ if isinstance(item.contact, GroupchatOfflineParticipant):
+ return
dm_params = AddChatActionParams(
account=self._contact.account,
jid=participant_contact.jid,
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/bc1f98cf6f3640f99211bad83f0af5d3e5160250
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/bc1f98cf6f3640f99211bad83f0af5d3e5160250
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]