mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
[WIP] Monoforums
This commit is contained in:
@@ -229,7 +229,7 @@ final class WidgetDataContext {
|
||||
}
|
||||
|
||||
var isForum = false
|
||||
if let peer = peer as? TelegramChannel, peer.flags.contains(.isForum) {
|
||||
if let peer = peer as? TelegramChannel, peer.isForumOrMonoForum {
|
||||
isForum = true
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user