Merge branch 'develop' into feature/fga/sending_queue_iteration
This commit is contained in:
commit
b874d3e38c
31 changed files with 161 additions and 86 deletions
|
|
@ -170,7 +170,7 @@ class RoomSummaryListProcessorTest {
|
|||
|
||||
override suspend fun applyInput(input: RoomListInput) = Unit
|
||||
|
||||
override suspend fun room(roomId: String): RoomListItem {
|
||||
override fun room(roomId: String): RoomListItem {
|
||||
return RoomListItem(Pointer.NULL)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue