mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-05 09:05:14 +00:00
Improve design of locked tags.
This commit is contained in:
@@ -327,6 +327,8 @@ Widget::Widget(
|
||||
) | rpl::start_with_next([=] {
|
||||
setSearchInChat((_openedForum && !_searchInChat)
|
||||
? Key(_openedForum->history())
|
||||
: _searchInChat.sublist()
|
||||
? Key(session().data().history(session().user()))
|
||||
: _searchInChat, nullptr);
|
||||
applyFilterUpdate(true);
|
||||
}, lifetime());
|
||||
|
Reference in New Issue
Block a user