Skip to content

Commit

Permalink
Update Telegram/SourceFiles/export/output/export_output_html.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
23rd authored Sep 30, 2024
1 parent 58a4e31 commit 64d63bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Telegram/SourceFiles/export/output/export_output_html.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1526,7 +1526,7 @@ auto HtmlWriter::Wrap::pushMessage(
}
if (!message.reactions.empty()) {
block.append(pushDiv("reactions"));
for (const auto& reaction : message.reactions) {
for (const auto &reaction : message.reactions) {
QByteArray reactionClass = "reaction";
for (const auto &recent : reaction.recent) {
auto peer = peers.peer(recent.peerId);
Expand Down

0 comments on commit 64d63bb

Please sign in to comment.