Skip to content

Commit

Permalink
Fix crash
Browse files Browse the repository at this point in the history
  • Loading branch information
cavallium committed Feb 16, 2024
1 parent 0bc23e3 commit 6f785fd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion telegram-bot-api/Client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2827,7 +2827,6 @@ void Client::JsonMessage::store(td::JsonValueScope *scope) const {
case td_api::messageChatSetTheme::ID:
break;
case td_api::messageAnimatedEmoji::ID:
UNREACHABLE();
break;
case td_api::messagePassportDataSent::ID:
break;
Expand Down

0 comments on commit 6f785fd

Please sign in to comment.