Browse Source

fix typo in xmpp URI prefix

pull/4/head
Simon Grim 4 years ago
parent
commit
508c05859e
  1. 2
      js/twister_formatpost.js

2
js/twister_formatpost.js

@ -3,7 +3,7 @@ @@ -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;

Loading…
Cancel
Save