mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-05-25 12:04:22 +00:00
core, ui: markdown for hyperlinks, warn on unsanitized links, option to sanitize sent links (#6160)
* core: markdown for "hidden" links * update, test * api docs * chatParseUri FFI function * ios: hyperlinks, offer to open sanitized links, an option to send sanitized links (enabled by default) * update markdown * android, desktop: ditto * ios: export localizations * core: rename constructor, change Maybe semantics for web links * rename
This commit is contained in:
@@ -12,6 +12,7 @@ EXPORTS
|
||||
chat_recv_msg_wait
|
||||
chat_parse_markdown
|
||||
chat_parse_server
|
||||
chat_parse_uri
|
||||
chat_password_hash
|
||||
chat_valid_name
|
||||
chat_json_length
|
||||
|
||||
Reference in New Issue
Block a user