Merge commit 'e3d4c2e881d8c35014edc92148cc2649e0c48597'

# Conflicts:
#	submodules/AccountContext/Sources/ChatController.swift
#	submodules/TelegramUI/Sources/ChatHistoryListNode.swift
This commit is contained in:
Ali
2022-10-22 22:19:39 +04:00
17 changed files with 391 additions and 45 deletions

View File

@@ -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)
}