Fix via @bot information in stickers.

This commit is contained in:
John Preston 2020-03-27 12:26:35 +04:00
parent 1ed57238a7
commit 5dfbec17cd
1 changed files with 0 additions and 6 deletions

View File

@ -208,12 +208,6 @@ void UnwrappedMedia::drawSurrounding(
int skip = st::msgServiceNameFont->height + (reply ? st::msgReplyPadding.top() : 0);
recty += skip;
}
if (via) {
p.setFont(st::msgDateFont);
p.drawTextLeft(rectx, recty + st::msgReplyPadding.top(), 2 * rectx + rectw, via->text);
int skip = st::msgServiceNameFont->height + (reply ? st::msgReplyPadding.top() : 0);
recty += skip;
}
if (reply) {
HistoryMessageReply::PaintFlags flags = 0;
if (selected) {