mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Story API update
This commit is contained in:
@@ -137,7 +137,7 @@ public final class ChatListHeaderComponent: Component {
|
||||
public let storiesIncludeHidden: Bool
|
||||
public let storiesFraction: CGFloat
|
||||
public let storiesUnlocked: Bool
|
||||
public let uploadProgress: Float?
|
||||
public let uploadProgress: [EnginePeer.Id: Float]
|
||||
public let context: AccountContext
|
||||
public let theme: PresentationTheme
|
||||
public let strings: PresentationStrings
|
||||
@@ -155,7 +155,7 @@ public final class ChatListHeaderComponent: Component {
|
||||
storiesIncludeHidden: Bool,
|
||||
storiesFraction: CGFloat,
|
||||
storiesUnlocked: Bool,
|
||||
uploadProgress: Float?,
|
||||
uploadProgress: [EnginePeer.Id: Float],
|
||||
context: AccountContext,
|
||||
theme: PresentationTheme,
|
||||
strings: PresentationStrings,
|
||||
|
||||
Reference in New Issue
Block a user