Skip to content

Commit

Permalink
Merge pull request #4 from miguelfreitas/blaster
Browse files Browse the repository at this point in the history
fix typo in xmpp URI prefix
  • Loading branch information
D4708 committed Apr 27, 2021
2 parents be02ab3 + 508c058 commit 6f6bac4
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 6f6bac4

Please sign in to comment.