mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-10-09 03:20:48 +00:00
Merge branch 'master' of gitlab.com:peter-iakovlev/telegram-ios
This commit is contained in:
commit
eec30b6a7e
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user