-
Notifications
You must be signed in to change notification settings - Fork 56
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
Update user directory variable to right type and name #1177
Conversation
# update_user_directory is kept for backwards compatibility, | ||
# worker_to_update_user_directory is prioritized before this option. | ||
update_user_directory => ( not $self->{workers} ), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
presumably once matrix-org/synapse#11450 lands, this will be removed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not directly, i'd like to wait until most/all branches have been updated with the develop branch, else you'll get unrelated sytest errors :/
I'll make a reminder to revisit this in a few months or so, then enumerate all open PRs, and see if they include the commit in their branch or not. If it's not a lot of PRs left, ill just boop them with "hey, please update to develop
", and throw a PR in here which removes this option.
Co-authored-by: Richard van der Hoff <[email protected]>
I'm changing this to address matrix-org/synapse#11450 (comment), so i dont throw in a third PR after the fact, to make a single change, stand by. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Normally I'd say that we should wait for the synapse PR to be a bit closer to being ready, but that ship already sailed with #1174, so this isn't making anything worse.
This fixes a small problem introduced by #1174, i thought that
"null"
would become a null yaml value, but it seems not.This tries
undef
()
instead.After some review over in matrix-org/synapse#11450 im also using this PR to change over the config variable name to
update_user_directory_on