diff --git a/Telegram/SourceFiles/history/view/history_view_message.cpp b/Telegram/SourceFiles/history/view/history_view_message.cpp index 5c9bc4b23..a4b2da3ab 100644 --- a/Telegram/SourceFiles/history/view/history_view_message.cpp +++ b/Telegram/SourceFiles/history/view/history_view_message.cpp @@ -1375,6 +1375,7 @@ bool Message::displayFastShare() const { } else if (const auto user = peer->asUser()) { if (const auto forwarded = item->Get()) { return !peer->isSelf() + && !item->out() && forwarded->originalSender->isChannel() && !forwarded->originalSender->isMegagroup(); } else if (user->botInfo && !item->out()) {