Merge branch 'develop' into feature/fga/sending_queue_iteration

This commit is contained in:
ganfra 2024-06-19 13:54:24 +02:00 committed by GitHub
commit b874d3e38c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
31 changed files with 161 additions and 86 deletions

View file

@ -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)
}