Changing receipt not received warning timeout from 2 to 4 seconds, not everybody has a
good connection.
This commit is contained in:
parent
269028ec78
commit
4917e0c3df
|
@ -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()
|
||||
|
||||
|
|
Loading…
Reference in New Issue