mirror of
https://github.com/twisterarmy/twister-html.git
synced 2025-03-13 05:51:03 +00:00
disable smiley that replaces url separator :/
This commit is contained in:
parent
65f5ae4239
commit
66e865afc2
@ -546,11 +546,12 @@ var unicodeConversionList = {
|
|||||||
"u":"\u2764",
|
"u":"\u2764",
|
||||||
"n": -1
|
"n": -1
|
||||||
},
|
},
|
||||||
{
|
// disabled due to urls :/
|
||||||
"k": /o.O|:\/|:\\/,
|
// {
|
||||||
"u": "\uD83D\uDE15",
|
// "k": /o.O|:\/|:\\/,
|
||||||
"n": -1
|
// "u": "\uD83D\uDE15",
|
||||||
},
|
// "n": -1
|
||||||
|
// },
|
||||||
{
|
{
|
||||||
"k": /:\'\(/,
|
"k": /:\'\(/,
|
||||||
"u": "\uD83D\uDE22",
|
"u": "\uD83D\uDE22",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user