Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to disable all Identity Server features #705

Merged
merged 12 commits into from
Aug 14, 2019
Merged

Conversation

SBiOSoftWhare
Copy link
Contributor

MatrixSDK/MXRestClient.m Outdated Show resolved Hide resolved
MatrixSDK/MXRestClient.m Outdated Show resolved Hide resolved
@@ -3430,6 +3447,13 @@ - (MXHTTPOperation*)lookup3pids:(NSArray*)threepids
success:(void (^)(NSArray *discoveredUsers))success
failure:(void (^)(NSError *error))failure
{
if (identityHttpClient)
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
if (identityHttpClient)
if (!identityHttpClient)

MatrixSDK/MXRestClient.m Outdated Show resolved Hide resolved
@@ -3507,6 +3538,13 @@ - (MXHTTPOperation*)requestPhoneNumberValidation:(NSString*)phoneNumber
success:(void (^)(NSString *sid, NSString *msisdn))success
failure:(void (^)(NSError *error))failure
{
if (identityHttpClient)
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
if (identityHttpClient)
if (!identityHttpClient)

MatrixSDK/MXRestClient.m Outdated Show resolved Hide resolved
MatrixSDK/MXRestClient.m Outdated Show resolved Hide resolved
SBiOSoftWhare and others added 6 commits August 14, 2019 10:09
Co-Authored-By: manuroe <manuroe@users.noreply.github.com>
Co-Authored-By: manuroe <manuroe@users.noreply.github.com>
Co-Authored-By: manuroe <manuroe@users.noreply.github.com>
Co-Authored-By: manuroe <manuroe@users.noreply.github.com>
Co-Authored-By: manuroe <manuroe@users.noreply.github.com>
@SBiOSoftWhare SBiOSoftWhare merged commit 1a352dc into develop Aug 14, 2019
@SBiOSoftWhare SBiOSoftWhare deleted the riot_2643 branch August 14, 2019 11:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants