Philipp Hörist pushed to branch master at gajim / gajim


Commits:
d2cd652a by Philipp Hörist at 2026-09-07T17:20:00+02:00
fix: DebugConsole: Better discovery for sm nonzas

- - - - -


1 changed file:

- gajim/gtk/debug_console.py


Changes:

=====================================
gajim/gtk/debug_console.py
=====================================
@@ -637,7 +637,7 @@ def _print_stanza(self, event: StanzaReceived | StanzaSent, 
kind: str) -> None:
             type_ = "message"
         elif stanza.startswith("<iq"):
             type_ = "iq"
-        elif stanza.startswith(("<r", "<a")):
+        elif stanza.startswith(("<r ", "<a ")):
             type_ = "stream"
 
         text = "<!-- {kind} {time} ({account}) -->\n{stanza}\n\n".format(



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

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/d2cd652a883c40281059322c7c05a8c52b385fbb
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