Introduce UserServerResolver.
This commit is contained in:
parent
a4457da213
commit
6531a39b5a
5 changed files with 74 additions and 0 deletions
|
|
@ -313,4 +313,8 @@ class FakeMatrixClient(
|
|||
|
||||
var sendQueueDisabledFlow = emptyFlow<RoomId>()
|
||||
override fun sendQueueDisabledFlow(): Flow<RoomId> = sendQueueDisabledFlow
|
||||
|
||||
override fun userIdServerName(): String {
|
||||
TODO("Not yet implemented")
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue