Skip to content

Commit

Permalink
fix typo in xmpp URI prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Grim committed Apr 27, 2021
1 parent a4d52c7 commit 508c058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/twister_formatpost.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 508c058

Please sign in to comment.