mirror of
https://github.com/flarum/framework.git
synced 2025-01-22 15:59:47 +08:00
Temporarily remove :/ emoticon
See https://github.com/s9e/TextFormatter/issues/12
This commit is contained in:
parent
4d5146b829
commit
e536ea5d0d
|
@ -24,6 +24,5 @@ class AddEmoticons
|
||||||
$event->configurator->Emoticons->add(':O', '😮');
|
$event->configurator->Emoticons->add(':O', '😮');
|
||||||
$event->configurator->Emoticons->add('B)', '😎');
|
$event->configurator->Emoticons->add('B)', '😎');
|
||||||
$event->configurator->Emoticons->add('>:(', '😡');
|
$event->configurator->Emoticons->add('>:(', '😡');
|
||||||
$event->configurator->Emoticons->add(':/', '😕');
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user