2
0
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:
John Preston
2024-06-24 12:23:31 +04:00
parent d81e832ae6
commit 54cc12cf22

View File

@@ -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(),
};
}