Move some chat styles from basic.style to chat.style.

This commit is contained in:
John Preston
2022-09-30 11:25:02 +04:00
parent ba2f92906b
commit b13471672d
25 changed files with 196 additions and 37 deletions
@@ -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();