mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-01-06 21:22:44 +00:00
Merge branch 'master' of gitlab.com:peter-iakovlev/telegram-ios
This commit is contained in:
@@ -1268,7 +1268,7 @@ func _internal_deleteStories(account: Account, peerId: PeerId, ids: [Int32]) ->
|
||||
}
|
||||
}
|
||||
if updated {
|
||||
transaction.setStoryItems(peerId: account.peerId, items: items)
|
||||
transaction.setStoryItems(peerId: peerId, items: items)
|
||||
}
|
||||
account.stateManager.injectStoryUpdates(updates: ids.map { id in
|
||||
return .deleted(peerId: peerId, id: id)
|
||||
|
||||
Reference in New Issue
Block a user