refactor (start chat) : start splitting things (create room, invite people, start chat)

This commit is contained in:
ganfra 2025-07-11 18:18:17 +02:00 committed by Benoit Marty
parent ccb466bad8
commit 41cf1afce3
133 changed files with 2613 additions and 397 deletions

View file

@ -22,7 +22,7 @@ interface HomeEntryPoint : FeatureEntryPoint {
interface Callback : Plugin {
fun onRoomClick(roomId: RoomId)
fun onCreateRoomClick()
fun onStartChatClick()
fun onSettingsClick()
fun onSetUpRecoveryClick()
fun onSessionConfirmRecoveryKeyClick()