mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
no message
This commit is contained in:
@@ -206,7 +206,7 @@ func fetchChatList(postbox: Postbox, network: Network, location: FetchChatListLo
|
||||
if case .general = location, case .inputPeerEmpty = peer, timestamp == 0 {
|
||||
additionalPinnedChats = network.request(Api.functions.messages.getPinnedDialogs())
|
||||
|> retryRequest
|
||||
|> map { Optional($0) }
|
||||
|> map(Optional.init)
|
||||
} else {
|
||||
additionalPinnedChats = .single(nil)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user