mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 22:54:01 +02:00
Fix assertion violation on hashtag click.
This commit is contained in:
parent
ddab8c1473
commit
1dd66184a1
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ void searchByHashtag(const QString &tag, PeerData *inPeer) {
|
|||
tag + ' ',
|
||||
(inPeer
|
||||
? App::history(inPeer).get()
|
||||
: nullptr));
|
||||
: Dialogs::Key()));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue