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 5c8b9b073a
commit 2eb07ef5e0
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],