Skip to content
This repository was archived by the owner on Jun 7, 2020. It is now read-only.
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Rocket.Chat/API/Requests/General/LoginServicesRequest.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ import SwiftyJSON
class LoginServicesRequest: APIRequest {
typealias APIResourceType = LoginServicesResource

let requiredVersion: Version = Version(0, 64, 0)
// TODO: Re-enable when we have fixed the APIs.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Todo Violation: TODOs should be resolved (Re-enable when we have fixed t...). (todo)

let requiredVersion: Version = Version(999, 999, 999)
let path = "/api/v1/settings.oauth"
}

Expand Down