diff --git a/src/conversation_textview.py b/src/conversation_textview.py index 479a6a7ac..f5e3396e5 100644 --- a/src/conversation_textview.py +++ b/src/conversation_textview.py @@ -439,7 +439,7 @@ class ConversationTextview: self.xep0184_shown[id_] = SHOWN return False - gobject.timeout_add_seconds(2, show_it) + gobject.timeout_add_seconds(4, show_it) buffer.end_user_action()