Philipp Hörist pushed to branch master at gajim / gajim
Commits:
2822bcb5 by Philipp Hörist at 2025-05-15T10:51:14+02:00
fix: StartChat: On disco error show always an error text
- - - - -
1 changed file:
- gajim/gtk/start_chat.py
Changes:
=====================================
gajim/gtk/start_chat.py
=====================================
@@ -545,7 +545,7 @@ def _disco_info_received(self, task: Task) -> None:
return
# Handle other possible errors
- self._show_error_page(error.get_text())
+ self._show_error_page(to_user_string(error))
return
except TimeoutStanzaError:
# We reached the 10s timeout and we cannot
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/2822bcb5b622cf532602961f528bd2bc352619e2
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/2822bcb5b622cf532602961f528bd2bc352619e2
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]