diff options
| author | levlam <levlam@telegram.org> | 2023-06-23 17:53:38 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2023-06-23 17:53:38 +0300 |
| commit | a87a41f22d6e14fbaa49a1578618e8c9c3332d66 (patch) | |
| tree | a608d8404ce7f5d469efad22355a1066f6ed2307 /td/telegram/ChatReactions.cpp | |
| parent | c3c8af91043037a6ba5aca561d00065ad7849d82 (diff) | |
Init True fields for some manually created telegram_api objects.
Diffstat (limited to 'td/telegram/ChatReactions.cpp')
| -rw-r--r-- | td/telegram/ChatReactions.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/td/telegram/ChatReactions.cpp b/td/telegram/ChatReactions.cpp index e0e577b1f..1cdd1a3e9 100644 --- a/td/telegram/ChatReactions.cpp +++ b/td/telegram/ChatReactions.cpp @@ -92,7 +92,7 @@ telegram_api::object_ptr<telegram_api::ChatReactions> ChatReactions::get_input_c if (allow_custom_) { flags |= telegram_api::chatReactionsAll::ALLOW_CUSTOM_MASK; } - return telegram_api::make_object<telegram_api::chatReactionsAll>(flags, false /*ignored*/); + return telegram_api::make_object<telegram_api::chatReactionsAll>(flags, allow_custom_); } if (!reactions_.empty()) { return telegram_api::make_object<telegram_api::chatReactionsSome>(transform(reactions_, get_input_reaction)); |
