mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 09:32:52 +02:00
Fix partial text messages not being saved for each room with RTE enabled
This commit is contained in:
+1
-1
@@ -36,7 +36,7 @@ final class ComposerLinkActionViewModel: ComposerLinkActionViewModelType, Compos
|
||||
switch linkAction {
|
||||
case let .edit(link):
|
||||
initialViewState = .init(
|
||||
linkAction: .edit(link: link),
|
||||
linkAction: .edit(url: link),
|
||||
bindings: .init(
|
||||
text: "",
|
||||
linkUrl: link
|
||||
|
||||
Reference in New Issue
Block a user