mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Implemented chat-specific themes
This commit is contained in:
@@ -1412,9 +1412,7 @@ private func finalStateWithUpdatesAndServerTime(postbox: Postbox, network: Netwo
|
||||
}
|
||||
updatedState.deleteMessages(messageIds)
|
||||
case let .updateTheme(theme):
|
||||
if let theme = TelegramTheme(apiTheme: theme) {
|
||||
updatedState.updateTheme(theme)
|
||||
}
|
||||
updatedState.updateTheme(TelegramTheme(apiTheme: theme))
|
||||
case let .updateMessageID(id, randomId):
|
||||
updatedState.updatedOutgoingUniqueMessageIds[randomId] = id
|
||||
case .updateDialogFilters:
|
||||
|
||||
Reference in New Issue
Block a user