mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
[WIP] Topic APIs
This commit is contained in:
@@ -243,7 +243,7 @@ public extension TelegramEngine.EngineData.Item {
|
||||
guard let view = view as? ChatListIndexView else {
|
||||
preconditionFailure()
|
||||
}
|
||||
return view.chatListIndex
|
||||
return view.chatListIndex.flatMap(EngineChatList.Item.Index.chatList)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user