Proceeded returned earn history entries as inbound.

This commit is contained in:
23rd 2025-06-30 09:51:53 +03:00
parent 9199612cf7
commit a0a8d76441

View file

@ -1118,7 +1118,8 @@ void InnerWidget::fill() {
st::channelEarnSemiboldLabel)); st::channelEarnSemiboldLabel));
const auto isIn const auto isIn
= (entry.type == Data::EarnHistoryEntry::Type::In); = (entry.type == Data::EarnHistoryEntry::Type::Return
|| entry.type == Data::EarnHistoryEntry::Type::In);
const auto recipient = Ui::Text::Wrapped( const auto recipient = Ui::Text::Wrapped(
{ entry.provider }, { entry.provider },
EntityType::Code); EntityType::Code);