[WIP] Monoforums

This commit is contained in:
Isaac
2025-05-08 20:56:55 +01:00
parent 2bd66ced8c
commit 0e119dd6f1
85 changed files with 387 additions and 243 deletions

View File

@@ -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
}