mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-30 22:25:12 +00:00
Send GIFs search results without "via @bot".
This commit is contained in:
@@ -486,6 +486,7 @@ void GifsListWidget::selectInlineResult(
|
||||
}
|
||||
} else if (const auto inlineResult = item->getResult()) {
|
||||
if (inlineResult->onChoose(item)) {
|
||||
options.hideViaBot = true;
|
||||
_inlineResultChosen.fire({
|
||||
.result = inlineResult,
|
||||
.bot = _searchBot,
|
||||
|
Reference in New Issue
Block a user