mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
[WIP] Stories
This commit is contained in:
@@ -11,7 +11,7 @@ final class MutableStoryItemsView: MutablePostboxView {
|
||||
|
||||
func replay(postbox: PostboxImpl, transaction: PostboxTransaction) -> Bool {
|
||||
var updated = false
|
||||
if !transaction.storyStatesEvents.isEmpty {
|
||||
if !transaction.storyItemsEvents.isEmpty {
|
||||
loop: for event in transaction.storyItemsEvents {
|
||||
switch event {
|
||||
case .replace(peerId):
|
||||
|
||||
Reference in New Issue
Block a user