mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 22:46:10 +00:00
Allow searching for messages by a user who has left a chat (#6417)
Fixes #5667
This commit is contained in:
committed by
John Preston
parent
eebcdb842d
commit
f979df3dfe
@@ -1328,7 +1328,6 @@ void Widget::showSearchFrom() {
|
||||
if (const auto peer = _searchInChat.peer()) {
|
||||
const auto chat = _searchInChat;
|
||||
ShowSearchFromBox(
|
||||
controller(),
|
||||
peer,
|
||||
crl::guard(this, [=](not_null<UserData*> user) {
|
||||
Ui::hideLayer();
|
||||
|
Reference in New Issue
Block a user