2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

No search for peers when searching by a hashtag.

This commit is contained in:
John Preston
2018-03-08 16:15:56 +03:00
parent 2b9133be90
commit ab8e7897cc
2 changed files with 23 additions and 4 deletions

View File

@@ -155,6 +155,7 @@ private:
const QVector<MTPDialog> &dialogs,
const QVector<MTPMessage> &messages);
bool searchForPeersRequired(const QString &query) const;
void setSearchInChat(Dialogs::Key chat, UserData *from = nullptr);
void showJumpToDate();
void showSearchFrom();