mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-01-24 08:10:45 +01:00
Code review
This commit is contained in:
parent
b1c95e32eb
commit
f2b7ee3e06
@ -389,7 +389,7 @@ internal interface RoomAPI {
|
||||
* as well as if the user is already a member of that room.
|
||||
* https://github.com/deepbluev7/matrix-doc/blob/room-summaries/proposals/3266-room-summary.md
|
||||
*/
|
||||
@GET(NetworkConstants.URI_API_PREFIX_PATH_UNSTABLE + "im.nheko.summary/rooms/{roomidOrAlias}/summary")
|
||||
suspend fun getRoomSummary(@Path("roomidOrAlias") roomidOrAlias: String,
|
||||
@GET(NetworkConstants.URI_API_PREFIX_PATH_UNSTABLE + "im.nheko.summary/rooms/{roomIdOrAlias}/summary")
|
||||
suspend fun getRoomSummary(@Path("roomIdOrAlias") roomidOrAlias: String,
|
||||
@Query("via") viaServers: List<String>?): RoomStrippedState
|
||||
}
|
||||
|
@ -255,5 +255,5 @@ internal abstract class RoomModule {
|
||||
abstract fun bindSign3pidInvitationTask(task: DefaultSign3pidInvitationTask): Sign3pidInvitationTask
|
||||
|
||||
@Binds
|
||||
abstract fun bindSGetRoomSummaryTask(task: DefaultGetRoomSummaryTask): GetRoomSummaryTask
|
||||
abstract fun bindGetRoomSummaryTask(task: DefaultGetRoomSummaryTask): GetRoomSummaryTask
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user