mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-01-31 19:34:52 +01:00
Revert nullable field in RoomAPI
This commit is contained in:
parent
652a2c2834
commit
8a54f7a4ed
@ -89,7 +89,7 @@ internal interface RoomAPI {
|
||||
@GET(NetworkConstants.URI_API_PREFIX_PATH_R0 + "rooms/{roomId}/messages")
|
||||
suspend fun getRoomMessagesFrom(
|
||||
@Path("roomId") roomId: String,
|
||||
@Query("from") from: String?,
|
||||
@Query("from") from: String,
|
||||
@Query("dir") dir: String,
|
||||
@Query("limit") limit: Int?,
|
||||
@Query("filter") filter: String?,
|
||||
|
Loading…
x
Reference in New Issue
Block a user