Update API

This commit is contained in:
Ilya Laktyushin
2025-06-21 13:40:00 +02:00
parent 88d91ee774
commit c22e60092f
30 changed files with 28898 additions and 28679 deletions

View File

@@ -1896,7 +1896,7 @@ public func channelStatsController(
starsState.set(.single(nil) |> then(starsContext.state |> map(Optional.init)))
let revenueTransactions = RevenueStatsTransactionsContext(account: context.account, peerId: peerId)
let starsTransactions = context.engine.payments.peerStarsTransactionsContext(subject: .peer(peerId), mode: .all)
let starsTransactions = context.engine.payments.peerStarsTransactionsContext(subject: .peer(peerId: peerId, ton: false), mode: .all)
starsTransactions.loadMore()
var dismissAllTooltipsImpl: (() -> Void)?