Skip to main content

DELETE_ROOM_ACTION

Constant DELETE_ROOM_ACTION 

Source
const DELETE_ROOM_ACTION: &str = "shutdown_and_purge_room";
Expand description

Action name recorded for the async room-shutdown task, mirroring Synapse’s SHUTDOWN_AND_PURGE_ROOM. The delete-status endpoints filter on it.