mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Merge branch 'master' of gitlab.com:peter-iakovlev/telegram-ios
This commit is contained in:
@@ -1676,6 +1676,10 @@ public final class SharedAccountContextImpl: SharedAccountContext {
|
||||
mappedSubject = .files
|
||||
case .accounts:
|
||||
mappedSubject = .accounts
|
||||
case .linksPerSharedFolder:
|
||||
mappedSubject = .linksPerSharedFolder
|
||||
case .membershipInSharedFolders:
|
||||
mappedSubject = .membershipInSharedFolders
|
||||
}
|
||||
return PremiumLimitScreen(context: context, subject: mappedSubject, count: count, action: action)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user