mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-02 07:25:46 +00:00
Removed unused code of hidden sender userpics for sponsored messages.
This commit is contained in:
@@ -326,13 +326,6 @@ 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