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
1 changed files with 1 additions and 1 deletions
|
@ -439,7 +439,7 @@ class ConversationTextview:
|
||||||
|
|
||||||
self.xep0184_shown[id_] = SHOWN
|
self.xep0184_shown[id_] = SHOWN
|
||||||
return False
|
return False
|
||||||
gobject.timeout_add_seconds(2, show_it)
|
gobject.timeout_add_seconds(4, show_it)
|
||||||
|
|
||||||
buffer.end_user_action()
|
buffer.end_user_action()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue