mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Move some chat styles from basic.style to chat.style.
This commit is contained in:
@@ -1482,7 +1482,8 @@ Link::Link(
|
||||
not_null<Delegate*> delegate,
|
||||
not_null<HistoryItem*> parent,
|
||||
Data::Media *media)
|
||||
: ItemBase(delegate, parent) {
|
||||
: ItemBase(delegate, parent)
|
||||
, _text(st::msgMinWidth) {
|
||||
AddComponents(Info::Bit());
|
||||
|
||||
auto textWithEntities = parent->originalText();
|
||||
|
||||
Reference in New Issue
Block a user