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

Replace shutdown_room and purge_room APIs with delete_room #76

Closed
Tracked by #9052
anoadragon453 opened this issue Dec 11, 2020 · 3 comments · Fixed by #117
Closed
Tracked by #9052

Replace shutdown_room and purge_room APIs with delete_room #76

anoadragon453 opened this issue Dec 11, 2020 · 3 comments · Fixed by #117

Comments

@anoadragon453
Copy link
Member

Synapse is dropping the shutdown_room and purge_room APIs in favour of the delete_room API which handles both operations and more. Context: matrix-org/synapse#8829

Please update your code to use this new endpoint instead :slight_smile:

@richvdh
Copy link
Member

richvdh commented Jul 27, 2021

Hi mjolnir maintainers (@turt2live?), quick reminder that we're planning to drop support for these APIs in Synapse in a couple of weeks.

@turt2live
Copy link
Member

@richvdh There's theoretically a team which manages Mjolnir these days. I'll bring it up with them.

Yoric added a commit that referenced this issue Jul 28, 2021
…id> - Resolves #76, closes #96

As per matrix-org/synapse#9052, shutdown_room is going away, to be replaced with DELETE /_synapse/admin/v1/rooms/<room_id>.
@richvdh
Copy link
Member

richvdh commented Aug 17, 2021

Hi folks, just a reminder that we'll be disabling these APIs on develop as soon as we've cut Synapse 1.41rc1, which is due to happen today - so it's likely that matrix.org will drop the old APIs within the next couple of days.

Yoric added a commit that referenced this issue Aug 17, 2021
…id> - Resolves #76, closes #96

As per matrix-org/synapse#9052, shutdown_room is going away, to be replaced with DELETE /_synapse/admin/v1/rooms/<room_id>.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants