mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
macos 10.12
This commit is contained in:
@@ -193,7 +193,7 @@ func _internal_createForumChannelTopic(account: Account, peerId: PeerId, title:
|
||||
}
|
||||
|> castError(CreateForumChannelTopicError.self)
|
||||
|> mapToSignal { peer -> Signal<Int64, CreateForumChannelTopicError> in
|
||||
guard let peer else {
|
||||
guard let peer = peer else {
|
||||
return .fail(.generic)
|
||||
}
|
||||
guard let inputChannel = apiInputChannel(peer) else {
|
||||
|
||||
Reference in New Issue
Block a user