mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
@@ -100,7 +100,9 @@ ChatSearchTab SearchState::defaultTabForMe() const {
|
||||
}
|
||||
|
||||
bool SearchState::filterChatsList() const {
|
||||
return !inChat && (tab == ChatSearchTab::MyMessages);
|
||||
using Tab = ChatSearchTab;
|
||||
return !inChat // ThisPeer can be in opened forum.
|
||||
&& (tab == Tab::MyMessages || tab == Tab::ThisPeer);
|
||||
}
|
||||
|
||||
} // namespace Dialogs
|
||||
|
||||
Reference in New Issue
Block a user