mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Remove >_< from emoji substitutions
This commit is contained in:
@@ -30,7 +30,6 @@ const emojiMap: Record<string, string> = {
|
||||
'(n)': '-1',
|
||||
'<3': 'heart',
|
||||
'^_^': 'grin',
|
||||
'>_<': 'laughing',
|
||||
};
|
||||
|
||||
function buildRegexp(obj: Record<string, string>): RegExp {
|
||||
|
||||
Reference in New Issue
Block a user