Merge branch 'develop' into feature/fga/user_detail_direct_chat
This commit is contained in:
commit
03a2e31d46
76 changed files with 329 additions and 148 deletions
|
|
@ -90,7 +90,7 @@ fun aRoomMember(
|
|||
isIgnored = isIgnored,
|
||||
)
|
||||
|
||||
fun aRoomMemberList() = listOf(
|
||||
fun aRoomMemberList() = persistentListOf(
|
||||
anAlice(),
|
||||
aBob(),
|
||||
aRoomMember(UserId("@carol:server.org"), "Carol"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue