"Mark as unread" navigate back to the room list.

#6398
This commit is contained in:
Benoit Marty 2026-05-19 18:37:32 +02:00
parent 1261d0ddee
commit afe958601f
7 changed files with 49 additions and 4 deletions

View file

@ -38,6 +38,7 @@ interface RoomDetailsEntryPoint : FeatureEntryPoint {
data class Params(val initialElement: InitialTarget) : NodeInputs
interface Callback : Plugin {
fun onDone()
fun navigateToGlobalNotificationSettings()
fun navigateToDeveloperSettings()
fun navigateToRoom(roomId: RoomId, serverNames: List<String>, clearBackStack: Boolean = false)