mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Various fixes
This commit is contained in:
@@ -272,7 +272,7 @@ private final class StoryStatsPublicForwardsContextImpl {
|
||||
peers[groupOrChannel.id] = groupOrChannel
|
||||
}
|
||||
}
|
||||
updatePeers(transaction: transaction, accountPeerId: accountPeerId, peers: AccumulatedPeers(users: users))
|
||||
updatePeers(transaction: transaction, accountPeerId: accountPeerId, peers: AccumulatedPeers(peers: Array(peers.values)))
|
||||
var resultForwards: [StoryStatsPublicForwardsContext.State.Forward] = []
|
||||
for forward in forwards {
|
||||
switch forward {
|
||||
|
||||
Reference in New Issue
Block a user