mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Various fixes
This commit is contained in:
@@ -589,6 +589,9 @@ func _internal_fetchAndUpdateCachedPeerData(accountPeerId: PeerId, peerId rawPee
|
||||
if (flags2 & Int32(1 << 12)) != 0 {
|
||||
channelFlags.insert(.canViewRevenue)
|
||||
}
|
||||
if (flags2 & Int32(1 << 14)) != 0 {
|
||||
channelFlags.insert(.paidMediaAllowed)
|
||||
}
|
||||
|
||||
let sendAsPeerId = defaultSendAs?.peerId
|
||||
|
||||
|
||||
Reference in New Issue
Block a user