2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

Added ability to emplace badge in dialog row for subscribed channels.

This commit is contained in:
23rd
2024-08-11 13:40:43 +03:00
committed by John Preston
parent 81a79e2895
commit dca61541d6
7 changed files with 42 additions and 11 deletions

View File

@@ -192,7 +192,8 @@ private:
PeerData *peer,
Ui::VideoUserpic *videoUserpic,
Ui::PeerUserpicView &view,
const Ui::PaintContext &context);
const Ui::PaintContext &context,
bool subscribed);
Key _id;
mutable std::unique_ptr<CornerBadgeUserpic> _cornerBadgeUserpic;