mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-30 14:08:41 +00:00
Show media payments as outgoing.
This commit is contained in:
@@ -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(),
|
||||
};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user