mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-02 15:45:12 +00:00
Support feeds search display in dialogs list.
This commit is contained in:
@@ -44,8 +44,8 @@ uint64 Row::sortKey() const {
|
||||
return _id.entry()->sortKeyInChatList();
|
||||
}
|
||||
|
||||
FakeRow::FakeRow(PeerData *searchInPeer, not_null<HistoryItem*> item)
|
||||
: _searchInPeer(searchInPeer)
|
||||
FakeRow::FakeRow(Key searchInChat, not_null<HistoryItem*> item)
|
||||
: _searchInChat(searchInChat)
|
||||
, _item(item)
|
||||
, _cache(st::dialogsTextWidthMin) {
|
||||
}
|
||||
|
Reference in New Issue
Block a user