mirror of
https://github.com/twisterarmy/twister-html.git
synced 2025-01-26 22:54:45 +00:00
fix typo in xmpp URI prefix
This commit is contained in:
parent
a4d52c7d53
commit
508c05859e
@ -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…
x
Reference in New Issue
Block a user