mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-30 14:17:45 +00:00
Add :party: emoji replacement.
This commit is contained in:
@@ -300,6 +300,9 @@ Replaces PrepareReplaces(const QString &filename) {
|
|||||||
if (!AddReplacement(result, ComposeString({ 0xD83E, 0xDD14 }), ":hmm:", "thinking")) {
|
if (!AddReplacement(result, ComposeString({ 0xD83E, 0xDD14 }), ":hmm:", "thinking")) {
|
||||||
return Replaces(filename);
|
return Replaces(filename);
|
||||||
}
|
}
|
||||||
|
if (!AddReplacement(result, ComposeString({ 0xD83E, 0xDD73 }), ":party:", "celebration")) {
|
||||||
|
return Replaces(filename);
|
||||||
|
}
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user