macos 10.12

This commit is contained in:
Mike Renoir
2022-11-29 14:53:53 +04:00
parent c71d9f3395
commit ac995575e7
4 changed files with 5 additions and 5 deletions

View File

@@ -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 {