mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-14 13:17:08 +02:00
Show media payments as outgoing.
This commit is contained in:
parent
d81e832ae6
commit
54cc12cf22
1 changed files with 2 additions and 1 deletions
|
@ -113,7 +113,8 @@ constexpr auto kTransactionsLimit = 100;
|
|||
.successLink = qs(tl.data().vtransaction_url().value_or_empty()),
|
||||
.in = (!isBot || tl.data().is_refund())
|
||||
&& !tl.data().is_pending()
|
||||
&& !tl.data().is_failed(),
|
||||
&& !tl.data().is_failed()
|
||||
&& !tl.data().vextended_media(),
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue