mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 22:46:10 +00:00
Revert "Removed unused code of hidden sender userpics for sponsored messages."
This reverts commit 3f19dc0486
.
This commit is contained in:
@@ -326,6 +326,13 @@ void PaintRow(
|
||||
context.st->padding.top(),
|
||||
context.width,
|
||||
context.st->photoSize);
|
||||
} else if (!from && hiddenSenderInfo) {
|
||||
hiddenSenderInfo->emptyUserpic.paintCircle(
|
||||
p,
|
||||
context.st->padding.left(),
|
||||
context.st->padding.top(),
|
||||
context.width,
|
||||
context.st->photoSize);
|
||||
} else if (!(flags & Flag::AllowUserOnline)) {
|
||||
PaintUserpic(
|
||||
p,
|
||||
|
Reference in New Issue
Block a user