mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-21 04:29:45 +01:00
Limit contacts to 50 loads
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
7c7cd06ced
commit
f78dabbaa3
@ -97,7 +97,7 @@ public class ApiUtils {
|
||||
retrofitBucket.setUrl(baseUrl + ocsApiVersion + "/core/autocomplete/get");
|
||||
|
||||
retrofitBucket.getQueryMap().put("itemId", "new");
|
||||
retrofitBucket.getQueryMap().put("limit", "10000");
|
||||
retrofitBucket.getQueryMap().put("limit", "50");
|
||||
|
||||
return retrofitBucket;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user