mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-30 14:08:41 +00:00
Added permanent info display to webm stickers with right action.
This commit is contained in:
@@ -1665,6 +1665,7 @@ bool Gif::needInfoDisplay() const {
|
||||
return _parent->data()->isSending()
|
||||
|| _data->uploading()
|
||||
|| _parent->isUnderCursor()
|
||||
|| (_data->sticker() && _parent->rightActionSize())
|
||||
// Don't show the GIF badge if this message has text.
|
||||
|| (!_parent->hasBubble() && _parent->isLastAndSelfMessage());
|
||||
}
|
||||
|
Reference in New Issue
Block a user