mirror of
https://github.com/twisterarmy/twister-html.git
synced 2025-03-12 21:41:02 +00:00
Merge pull request #4 from miguelfreitas/blaster
fix typo in xmpp URI prefix
This commit is contained in:
commit
6f6bac4a22
@ -3,7 +3,7 @@
|
|||||||
//
|
//
|
||||||
// Format JSON posts and DMs to HTML.
|
// 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 _htmlFormatMsgLinkTemplateExternal;
|
||||||
var _htmlFormatMsgLinkTemplateUser;
|
var _htmlFormatMsgLinkTemplateUser;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user