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 64d63bb commit 309d0d1
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 @@ -299,7 +299,7 @@ QByteArray SerializeMessage(
+ Data::NumberToString(channel.bare));
}
return SerializeString("user"
+ Data::NumberToString(peerToUser(peerId).bare));
+ Data::NumberToString(peerToUser(peerId).bare));
};
const auto push = [&](const QByteArray &key, const auto &value) {
using V = std::decay_t<decltype(value)>;
Expand Down

0 comments on commit 309d0d1

Please sign in to comment.