mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-20 20:19:42 +01:00
Fix unread message notices
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
d117551276
commit
a32b9a87d2
@ -869,7 +869,7 @@ class ChatController(args: Bundle) : BaseController(args), MessagesListAdapter
|
|||||||
fieldMap["includeLastKnown"] = 0
|
fieldMap["includeLastKnown"] = 0
|
||||||
|
|
||||||
var timeout = 30
|
var timeout = 30
|
||||||
if (lookIntoFuture == 0) {
|
if (lookIntoFuture == 0 || !lookingIntoFuture) {
|
||||||
timeout = 0
|
timeout = 0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user