diff --git a/src/conversation_textview.py b/src/conversation_textview.py index eb23a7ec4..32166b224 100644 --- a/src/conversation_textview.py +++ b/src/conversation_textview.py @@ -440,7 +440,7 @@ class ConversationTextview: self.xep0184_shown[id_] = SHOWN return False - gobject.timeout_add_seconds(4, show_it) + gobject.timeout_add_seconds(3, show_it) buffer.end_user_action()