Draft : introduce DraftService and start using it.

This commit is contained in:
ganfra 2024-06-20 11:26:03 +02:00
parent dc331640f9
commit 9aa82b42fd
11 changed files with 198 additions and 3 deletions

View file

@ -618,7 +618,7 @@ class RustMatrixRoom(
}
override suspend fun clearComposerDraft(): Result<Unit> = runCatching {
Timber.d("clearComposerDraft: for $roomId")
Timber.d("clearComposerDraft for $roomId")
innerRoom.clearComposerDraft()
}