mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Update support account detection
This commit is contained in:
@@ -532,7 +532,7 @@ public final class SharedAccountContextImpl: SharedAccountContext {
|
||||
sortIndex = sortOrder.order
|
||||
} else if case let .backupData(backupDataValue) = attribute {
|
||||
backupData = backupDataValue.data
|
||||
} else if case .supportUserInfo = attribute {
|
||||
} else if case .supportUserInfo = attribute, !"".isEmpty {
|
||||
isSupportUser = true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user