mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-01-06 13:12:49 +00:00
If no cached value is available, assume premium is required to contact
This commit is contained in:
@@ -1071,7 +1071,7 @@ public extension TelegramEngine.EngineData.Item {
|
||||
if let cachedData = view.cachedPeerData as? CachedUserData {
|
||||
return cachedData.flags.contains(.premiumRequired)
|
||||
} else {
|
||||
return false
|
||||
return true
|
||||
}
|
||||
} else {
|
||||
return false
|
||||
|
||||
Reference in New Issue
Block a user