From c52065b5ef53946094872193f35f8600a74c5a39 Mon Sep 17 00:00:00 2001 From: Levitating Pineapple Date: Fri, 15 Nov 2024 13:57:04 +0200 Subject: [PATCH] add encode stub --- .../Views/Chat/ComposeMessage/NativeTextEditor.swift | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/apps/ios/Shared/Views/Chat/ComposeMessage/NativeTextEditor.swift b/apps/ios/Shared/Views/Chat/ComposeMessage/NativeTextEditor.swift index c6f36a448f..a396ccec59 100644 --- a/apps/ios/Shared/Views/Chat/ComposeMessage/NativeTextEditor.swift +++ b/apps/ios/Shared/Views/Chat/ComposeMessage/NativeTextEditor.swift @@ -263,11 +263,6 @@ struct NativeTextEditor_Previews: PreviewProvider{ } } - func encodeMarkdown(_ string: String) -> NSAttributedString { - -} - -func decodeMarkdown(_ attributedString: NSAttributedString) -> String { - + fatalError() }