Merge pull request #4 from miguelfreitas/blaster

fix typo in xmpp URI prefix
This commit is contained in:
D4708 2021-04-27 22:45:49 +03:00 committed by GitHub
commit 6f6bac4a22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;