mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-18 23:27:09 +02:00
Fix go to original button in outgoing albums.
This commit is contained in:
parent
c35b6e1209
commit
324affb8b9
1 changed files with 1 additions and 1 deletions
|
@ -2251,7 +2251,7 @@ bool Message::displayFastShare() const {
|
|||
|
||||
bool Message::displayGoToOriginal() const {
|
||||
if (context() == Context::Pinned) {
|
||||
return true;
|
||||
return !hasOutLayout();
|
||||
}
|
||||
const auto item = message();
|
||||
if (const auto forwarded = item->Get<HistoryMessageForwarded>()) {
|
||||
|
|
Loading…
Add table
Reference in a new issue