Fix partial text messages not being saved for each room with RTE enabled

This commit is contained in:
aringenbach
2023-05-03 14:57:36 +02:00
parent bc68b26f6a
commit cc4a2cbca2
10 changed files with 75 additions and 15 deletions
@@ -33,7 +33,7 @@ enum MockComposerLinkActionScreenState: MockScreenState, CaseIterable {
case .create:
viewModel = .init(from: .create)
case .edit:
viewModel = .init(from: .edit(link: "https://element.io"))
viewModel = .init(from: .edit(url: "https://element.io"))
}
return (
[viewModel],