Draft : use the volatile draft store when moving to edit mode
This commit is contained in:
parent
afd13ab22f
commit
82838d6ea5
9 changed files with 305 additions and 125 deletions
|
|
@ -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>,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue