mirror of https://github.com/procxx/kepka.git
Don't show fast share for own messages.
This commit is contained in:
parent
6c441353c4
commit
5a7fcc3a22
|
@ -1375,6 +1375,7 @@ bool Message::displayFastShare() const {
|
|||
} else if (const auto user = peer->asUser()) {
|
||||
if (const auto forwarded = item->Get<HistoryMessageForwarded>()) {
|
||||
return !peer->isSelf()
|
||||
&& !item->out()
|
||||
&& forwarded->originalSender->isChannel()
|
||||
&& !forwarded->originalSender->isMegagroup();
|
||||
} else if (user->botInfo && !item->out()) {
|
||||
|
|
Loading…
Reference in New Issue