Introduce UserServerResolver.

This commit is contained in:
Benoit Marty 2024-07-02 10:22:56 +02:00
parent a4457da213
commit 6531a39b5a
5 changed files with 74 additions and 0 deletions

View file

@ -313,4 +313,8 @@ class FakeMatrixClient(
var sendQueueDisabledFlow = emptyFlow<RoomId>()
override fun sendQueueDisabledFlow(): Flow<RoomId> = sendQueueDisabledFlow
override fun userIdServerName(): String {
TODO("Not yet implemented")
}
}