2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 22:55:11 +00:00

Allow searching for messages by a user who has left a chat (#6417)

Fixes #5667
This commit is contained in:
Sameer Hoosen
2019-09-09 09:05:29 +02:00
committed by John Preston
parent eebcdb842d
commit f979df3dfe
5 changed files with 19 additions and 17 deletions

View File

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