[Temp] Create bot forum on Start

This commit is contained in:
Isaac
2025-08-15 15:11:12 +02:00
parent 826c48a4dc
commit ded7e9695e
2 changed files with 26 additions and 5 deletions

View File

@@ -1746,7 +1746,7 @@ public final class ChatSideTopicsPanel: Component {
self.rawItems.removeAll()
for item in chatList.items.reversed() {
if case .botForum = component.kind, case let .forum(topicId) = item.id, topicId == 1 {
#if DEBUG
#if DEBUG && false
#else
continue
#endif