Philipp Hörist pushed to branch generate-ogp-previews at gajim / gajim
Commits:
d959d9a1 by Philipp Hörist at 2026-02-16T23:52:38+01:00
cfix: Raise timeout
- - - - -
1 changed file:
- gajim/gtk/message_url_previews.py
Changes:
=====================================
gajim/gtk/message_url_previews.py
=====================================
@@ -104,7 +104,7 @@ def generate_url_previews(self, text: str) -> None:
if self._preview_timeout_id is not None:
GLib.source_remove(self._preview_timeout_id)
- self._preview_timeout_id = GLib.timeout_add(250, self._find_urls, text)
+ self._preview_timeout_id = GLib.timeout_add(500, self._find_urls, text)
def _find_urls(self, text: str) -> None:
self._preview_timeout_id = None
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/d959d9a1dca28201b4b44edc8d4ce13f915f95fc
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/d959d9a1dca28201b4b44edc8d4ce13f915f95fc
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]