diff options
author | TheDrawingCoding-Gamer <bulbyvr@gmail.com> | 2022-05-01 14:55:40 -0400 |
---|---|---|
committer | TheDrawingCoding-Gamer <bulbyvr@gmail.com> | 2022-05-01 14:55:40 -0400 |
commit | ba57b01b9d53070584aedc2dccfbf4c22df4eb2e (patch) | |
tree | 6ddde289b76be5f1cfd7cafac24aacacf8c723e7 | |
parent | Change name to codepoint (diff) | |
download | nheko-ba57b01b9d53070584aedc2dccfbf4c22df4eb2e.tar.xz |
Fix triumph mapping
Diffstat (limited to '')
-rw-r--r-- | resources/shortcodes.txt | 2 | ||||
-rw-r--r-- | src/emoji/Provider.cpp | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/resources/shortcodes.txt b/resources/shortcodes.txt index 11280770..057a5abe 100644 --- a/resources/shortcodes.txt +++ b/resources/shortcodes.txt @@ -24,7 +24,7 @@ 1F608:smiling_imp 1F47F:imp 1F261:rage -1F627:triumph +1F624:triumph 1F63A:smiley_cat 1F638:smile_cat 1F639:joy_cat diff --git a/src/emoji/Provider.cpp b/src/emoji/Provider.cpp index b7bfb790..fc1b8688 100644 --- a/src/emoji/Provider.cpp +++ b/src/emoji/Provider.cpp @@ -346,7 +346,7 @@ const QVector<Emoji> emoji::Provider::emoji = { QStringLiteral(u"frowning face with open mouth"), emoji::Emoji::Category::People}, Emoji{QStringLiteral(u"\U0001F627"), - QStringLiteral(u"triumph"), + QStringLiteral(u"anguished"), QStringLiteral(u"anguished face"), emoji::Emoji::Category::People}, Emoji{QStringLiteral(u"\U0001F628"), @@ -402,7 +402,7 @@ const QVector<Emoji> emoji::Provider::emoji = { QStringLiteral(u"yawning face"), emoji::Emoji::Category::People}, Emoji{QStringLiteral(u"\U0001F624"), - QStringLiteral(u"face_with_steam_from_nose"), + QStringLiteral(u"triumph"), QStringLiteral(u"face with steam from nose"), emoji::Emoji::Category::People}, Emoji{QStringLiteral(u"\U0001F621"), |