From 508c05859ec43ff6c3ca0e955281136813b4f90f Mon Sep 17 00:00:00 2001 From: Simon Grim Date: Tue, 27 Apr 2021 23:59:21 +0500 Subject: [PATCH] fix typo in xmpp URI prefix --- js/twister_formatpost.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/twister_formatpost.js b/js/twister_formatpost.js index 83f66e3..c6b96e4 100644 --- a/js/twister_formatpost.js +++ b/js/twister_formatpost.js @@ -3,7 +3,7 @@ // // Format JSON posts and DMs to HTML. -const _htmlFormatMsgAllowedUriSchemes = ['ed2k://', 'ipfs://', 'ipns://', 'magnet:?', 'xmmp:']; // TODO it should be optional +const _htmlFormatMsgAllowedUriSchemes = ['ed2k://', 'ipfs://', 'ipns://', 'magnet:?', 'xmpp:']; // TODO it should be optional var _htmlFormatMsgLinkTemplateExternal; var _htmlFormatMsgLinkTemplateUser;