mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 14:45:21 +00:00
[Temp] Create bot forum on Start
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user