1
0
mirror of https://framagit.org/tom79/mobilizon-android-app synced 2025-02-21 13:40:35 +01:00

Picker filter with healthy+signupallowed

This commit is contained in:
Thomas 2020-10-29 16:11:01 +01:00
parent 017b74a912
commit 81f78f2d53

View File

@ -21,7 +21,7 @@ import retrofit2.http.Query;
interface InstancesService {
@GET("instances")
@GET("instances?signupAllowed=true&healthy=true")
Call<InstanceData> getInstances(
@Query("start") String maxId,
@Query("count") String count,