mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-07 15:43:55 +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 + ' ',
|
tag + ' ',
|
||||||
(inPeer
|
(inPeer
|
||||||
? App::history(inPeer).get()
|
? App::history(inPeer).get()
|
||||||
: nullptr));
|
: Dialogs::Key()));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue