diff options
author | George Hazan <george.hazan@gmail.com> | 2023-11-24 19:27:51 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2023-11-24 19:27:56 +0300 |
commit | f77cc69a03ea7880a780f215c8a77dd285ee6555 (patch) | |
tree | 7f702b2e3a4f733c47e3f1186f33a172cbdb0d79 /protocols/Telegram/src/main.cpp | |
parent | 255b8133ea30d765428eb8188d75db91558bcd27 (diff) |
fixes #3943 (NewStory: add proper support for citation)
Diffstat (limited to 'protocols/Telegram/src/main.cpp')
-rw-r--r-- | protocols/Telegram/src/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/Telegram/src/main.cpp b/protocols/Telegram/src/main.cpp index 411a286ffc..348a58e0cd 100644 --- a/protocols/Telegram/src/main.cpp +++ b/protocols/Telegram/src/main.cpp @@ -43,6 +43,7 @@ static IconItem iconList[] = { LPGEN("Telegram Premium user"), "premuim", IDI_PREMIUM },
{ LPGEN("Forward"), "forward", IDI_FORWARD },
{ LPGEN("Reaction"), "reaction", IDI_REACTION },
+ { LPGEN("Reply"), "reply", IDI_REPLY },
{ LPGEN("Bot"), "bot", IDI_BOT },
};
|