matrix-org / synapse

Synapse: Matrix homeserver written in Python/Twisted.
https://matrix-org.github.io/synapse
Apache License 2.0
11.82k stars 2.13k forks source link

Docs placing paragraph in the wrong point #16354

Closed JacksonChen666 closed 1 year ago

JacksonChen666 commented 1 year ago

Looking at the deactivate parameter in Create or modify an account (v1.90), you'll see a paragraph after the deactivate parameter and it's about the conditions of reactivating a user.

Compare that to v1.91 documentation, the paragraph looks out of place. It's been moved to the locked parameter for some reason, probably some oversight in adding the new parameter.

clokep commented 1 year ago

This is due to #15870.

clokep commented 1 year ago

16355 should fix it. Thanks!