[WIP] Monoforums

This commit is contained in:
Isaac
2025-05-06 17:00:11 +02:00
parent 22ea05b3aa
commit 28f246749f
30 changed files with 416 additions and 253 deletions

View File

@@ -6,7 +6,7 @@ import TelegramCore
public enum ChatListControllerLocation: Equatable {
case chatList(groupId: EngineChatList.Group)
case forum(peerId: EnginePeer.Id)
case savedMessagesChats
case savedMessagesChats(peerId: EnginePeer.Id)
}
public protocol ChatListController: ViewController {