mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-02-15 19:47:03 +00:00
Add :party: emoji replacement.
This commit is contained in:
parent
e9ab8df737
commit
e40267f45b
@ -300,6 +300,9 @@ Replaces PrepareReplaces(const QString &filename) {
|
||||
if (!AddReplacement(result, ComposeString({ 0xD83E, 0xDD14 }), ":hmm:", "thinking")) {
|
||||
return Replaces(filename);
|
||||
}
|
||||
if (!AddReplacement(result, ComposeString({ 0xD83E, 0xDD73 }), ":party:", "celebration")) {
|
||||
return Replaces(filename);
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user