Skip to content

Commit

Permalink
Don't warn about messageActionPaymentRefunded in business accounts.
Browse files Browse the repository at this point in the history
  • Loading branch information
levlam committed Nov 17, 2024
1 parent 66c4751 commit 22d49d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion td/telegram/MessageContent.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7381,7 +7381,6 @@ unique_ptr<MessageContent> get_action_message_content(Td *td, tl_object_ptr<tele
case telegram_api::messageActionGiveawayLaunch::ID:
case telegram_api::messageActionGiveawayResults::ID:
case telegram_api::messageActionBoostApply::ID:
case telegram_api::messageActionPaymentRefunded::ID:
LOG(ERROR) << "Receive business " << to_string(action_ptr);
break;
case telegram_api::messageActionHistoryClear::ID:
Expand All @@ -7404,6 +7403,7 @@ unique_ptr<MessageContent> get_action_message_content(Td *td, tl_object_ptr<tele
case telegram_api::messageActionGiftStars::ID:
case telegram_api::messageActionPrizeStars::ID:
case telegram_api::messageActionStarGift::ID:
case telegram_api::messageActionPaymentRefunded::ID:
// ok
break;
default:
Expand Down

0 comments on commit 22d49d5

Please sign in to comment.