Fix assertion violation on hashtag click.

This commit is contained in:
John Preston 2018-02-18 16:23:30 +03:00
parent ddab8c1473
commit 1dd66184a1
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ void searchByHashtag(const QString &tag, PeerData *inPeer) {
tag + ' ',
(inPeer
? App::history(inPeer).get()
: nullptr));
: Dialogs::Key()));
}
}