Skip to content

Commit

Permalink
Update Telegram/SourceFiles/export/output/export_output_json.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
23rd authored Sep 30, 2024
1 parent dab5d6d commit 6324970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Telegram/SourceFiles/export/output/export_output_json.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ QByteArray SerializeMessage(
const auto wrapPeerId = [&](PeerId peerId) {
if (const auto chat = peerToChat(peerId)) {
return SerializeString("chat"
+ Data::NumberToString(chat.bare));
+ Data::NumberToString(chat.bare));
} else if (const auto channel = peerToChannel(peerId)) {
return SerializeString("channel"
+ Data::NumberToString(channel.bare));
Expand Down

0 comments on commit 6324970

Please sign in to comment.