Track and render reactions as tags in Saved Messages.

This commit is contained in:
John Preston
2024-01-03 14:46:50 +04:00
parent 0faf801de7
commit 9b43d204e2
9 changed files with 216 additions and 39 deletions
+1 -1
View File
@@ -440,7 +440,7 @@ void EmptyUserpic::PaintHiddenAuthor(
{ 0., st::premiumButtonBg2->c },
{ 1., st::premiumButtonBg3->c },
});
const auto &fg = st::historyPeerUserpicFg;
const auto &fg = st::premiumButtonFg;
PaintHiddenAuthor(p, x, y, outerWidth, size, QBrush(bg), fg);
}