mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Merge commit 'e3d4c2e881d8c35014edc92148cc2649e0c48597'
# Conflicts: # submodules/AccountContext/Sources/ChatController.swift # submodules/TelegramUI/Sources/ChatHistoryListNode.swift
This commit is contained in:
@@ -1520,6 +1520,8 @@ public final class SharedAccountContextImpl: SharedAccountContext {
|
||||
mappedSource = .profile(peerId)
|
||||
case let .emojiStatus(peerId, fileId, file, packTitle):
|
||||
mappedSource = .emojiStatus(peerId, fileId, file, packTitle)
|
||||
case .voiceToText:
|
||||
mappedSource = .voiceToText
|
||||
}
|
||||
return PremiumIntroScreen(context: context, source: mappedSource)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user