Draft : use the volatile draft store when moving to edit mode

This commit is contained in:
ganfra 2024-07-03 11:16:00 +02:00
parent afd13ab22f
commit 82838d6ea5
9 changed files with 305 additions and 125 deletions

View file

@ -16,7 +16,10 @@
package io.element.android.libraries.textcomposer.model
import io.element.android.libraries.matrix.api.room.Mention
data class Message(
val html: String?,
val markdown: String,
val mentions: List<Mention>,
)