mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-10-08 19:10:53 +00:00
Fix typo
This commit is contained in:
parent
abf3a75e07
commit
2255aac6f9
@ -179,7 +179,7 @@ func managedAutoexpireStoryOperations(network: Network, postbox: Postbox) -> Sig
|
||||
for (peerId, ids) in idsByPeerId {
|
||||
var items = transaction.getStoryItems(peerId: peerId)
|
||||
items.removeAll(where: { ids.contains($0.id) })
|
||||
transaction.setStoryItems(peerId: topItem.id.peerId, items: items)
|
||||
transaction.setStoryItems(peerId: peerId, items: items)
|
||||
}
|
||||
})
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user