mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
[WIP] Channel appearance
This commit is contained in:
@@ -540,6 +540,11 @@ final class ChatReportPeerTitlePanelNode: ChatTitleAccessoryPanelNode {
|
||||
} else {
|
||||
emojiStatus = emojiStatusValue
|
||||
}
|
||||
} else if let channel = interfaceState.renderedPeer?.peer as? TelegramChannel, let emojiStatusValue = channel.emojiStatus {
|
||||
if channel.isFake || channel.isScam {
|
||||
} else {
|
||||
emojiStatus = emojiStatusValue
|
||||
}
|
||||
}
|
||||
|
||||
/*#if DEBUG
|
||||
|
||||
Reference in New Issue
Block a user