mirror of
https://github.com/nextcloud/talk-android
synced 2025-07-13 07:44:11 +01:00
Change messages fetch limit
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
a8ee4a355b
commit
8ed3d1404e
@ -1000,7 +1000,7 @@ public class ChatController extends BaseController implements MessagesListAdapte
|
|||||||
}
|
}
|
||||||
|
|
||||||
fieldMap.put("lookIntoFuture", lookIntoFuture);
|
fieldMap.put("lookIntoFuture", lookIntoFuture);
|
||||||
fieldMap.put("limit", 10);
|
fieldMap.put("limit", 100);
|
||||||
fieldMap.put("setReadMarker", 1);
|
fieldMap.put("setReadMarker", 1);
|
||||||
|
|
||||||
int lastKnown;
|
int lastKnown;
|
||||||
|
Loading…
Reference in New Issue
Block a user