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 3b47c76 commit 58a4e31
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 @@ -1528,7 +1528,7 @@ auto HtmlWriter::Wrap::pushMessage(
block.append(pushDiv("reactions"));
for (const auto& reaction : message.reactions) {
QByteArray reactionClass = "reaction";
for (const auto& recent : reaction.recent) {
for (const auto &recent : reaction.recent) {
auto peer = peers.peer(recent.peerId);
if (peer.user() && peer.user()->isSelf) {
reactionClass += " active";
Expand Down

0 comments on commit 58a4e31

Please sign in to comment.