feature(space): add view members entry

This commit is contained in:
ganfra 2025-10-27 17:46:16 +01:00
parent ef52fb38f2
commit 52f48268b1
9 changed files with 57 additions and 13 deletions

View file

@ -33,5 +33,7 @@ interface SpaceEntryPoint : FeatureEntryPoint {
interface Callback : Plugin {
fun onOpenRoom(roomId: RoomId, viaParameters: List<String>)
fun onOpenDetails()
fun onOpenMemberList()
}
}