mirror of
https://github.com/flarum/core.git
synced 2025-08-07 08:56:38 +02:00
Temporarily remove :/ emoticon
See https://github.com/s9e/TextFormatter/issues/12
This commit is contained in:
@@ -24,6 +24,5 @@ class AddEmoticons
|
||||
$event->configurator->Emoticons->add(':O', '😮');
|
||||
$event->configurator->Emoticons->add('B)', '😎');
|
||||
$event->configurator->Emoticons->add('>:(', '😡');
|
||||
$event->configurator->Emoticons->add(':/', '😕');
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user