aboutsummaryrefslogtreecommitdiffhomepage
path: root/td
diff options
context:
space:
mode:
authorlevlam <levlam@telegram.org>2026-07-07 19:22:05 +0300
committerlevlam <levlam@telegram.org>2026-07-07 19:22:05 +0300
commitafcec7b4bcb1568cf091b1494ff1c5bb96dd1f97 (patch)
treeb8553aea172e97fd3d519e16eeeded6f7d05b488 /td
parentdeb31c4917ec486d0b41d5c45f9973d3e397c8a7 (diff)
Expect messageActionChangeCommunity for business accounts.
Diffstat (limited to 'td')
-rw-r--r--td/telegram/MessageContent.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/td/telegram/MessageContent.cpp b/td/telegram/MessageContent.cpp
index af6e89d2f..b83f9f650 100644
--- a/td/telegram/MessageContent.cpp
+++ b/td/telegram/MessageContent.cpp
@@ -10281,7 +10281,6 @@ unique_ptr<MessageContent> get_action_message_content(Td *td, tl_object_ptr<tele
case telegram_api::messageActionSuggestedPostRefund::ID:
case telegram_api::messageActionNewCreatorPending::ID:
case telegram_api::messageActionChangeCreator::ID:
- case telegram_api::messageActionChangeCommunity::ID:
LOG(ERROR) << "Receive business " << to_string(action_ptr);
break;
case telegram_api::messageActionHistoryClear::ID:
@@ -10318,6 +10317,7 @@ unique_ptr<MessageContent> get_action_message_content(Td *td, tl_object_ptr<tele
case telegram_api::messageActionNoForwardsRequest::ID:
case telegram_api::messageActionPollAppendAnswer::ID:
case telegram_api::messageActionPollDeleteAnswer::ID:
+ case telegram_api::messageActionChangeCommunity::ID:
// ok
break;
case telegram_api::messageActionBotAllowed::ID: