2
0
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:
John Preston
2024-01-29 17:32:34 +04:00
parent 11cf0486cb
commit 323500f6dd
28 changed files with 34 additions and 13 deletions

View File

@@ -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());