mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
channel edit, report spam, etc done
This commit is contained in:
@@ -847,7 +847,7 @@ void MentionLink::onClick(Qt::MouseButton button) const {
|
||||
|
||||
void HashtagLink::onClick(Qt::MouseButton button) const {
|
||||
if (button == Qt::LeftButton || button == Qt::MiddleButton) {
|
||||
App::searchByHashtag(_tag);
|
||||
App::searchByHashtag(_tag, App::mousedItem() ? App::mousedItem()->history()->peer : 0);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user