Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Re-add spaces_learn_more_url to the new SdkConfig place
Browse files Browse the repository at this point in the history
  • Loading branch information
turt2live committed Mar 21, 2022
1 parent 46022b9 commit 8fa0189
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/IConfigOptions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,9 @@ export interface IConfigOptions {

sync_timeline_limit?: number;
dangerously_allow_unsafe_and_insecure_passwords?: boolean; // developer option

// XXX: Undocumented URL for the "Learn more about spaces" link in the "Communities don't exist" messaging.
spaces_learn_more_url?: string;
}

export interface ISsoRedirectOptions {
Expand Down

0 comments on commit 8fa0189

Please sign in to comment.