Revert "Limit search results to 100 messages"

This reverts commit 684d50f81a.
This commit is contained in:
M66B 2020-01-29 09:50:54 +01:00
parent 684d50f81a
commit d8384dfbba
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ public class BoundaryCallbackMessages extends PagedList.BoundaryCallback<TupleMe
private State state;
private static final int SEARCH_LIMIT = 100;
private static final int SEARCH_LIMIT = 1000;
interface IBoundaryCallbackMessages {
void onLoading();