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

Do not fail on server liveliness checks during startup #9960

Merged
merged 3 commits into from
Jun 7, 2019

Conversation

turt2live
Copy link
Member

Also warn about deprecated config option usage.

See matrix-org/matrix-react-sdk#3067

Also warn about deprecated config option usage.

See #9828
@turt2live turt2live requested a review from a team June 5, 2019 18:16
console.warn(
"DEPRECATED CONFIG OPTION: In the future, default_hs_url will not be accepted. Please use " +
"default_server_config instead.",
);
Copy link
Member

Choose a reason for hiding this comment

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

I would be OK with keeping this as a shorthand, but fine either way.

Copy link
Member Author

Choose a reason for hiding this comment

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

I'm of similar thinking, although also wanting to keep the ways of configuring a homeserver to a minimum. I've hopefully worded the docs to say "it's deprecated, but less deprecated than default_*_url"

@turt2live turt2live merged commit f5e5ad9 into develop Jun 7, 2019
@turt2live turt2live deleted the travis/fail-fast-but-not-too-fast branch June 7, 2019 13:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants