summary refs log tree commit diff
path: root/synapse/handlers/room.py
diff options
context:
space:
mode:
Diffstat (limited to 'synapse/handlers/room.py')
-rw-r--r--synapse/handlers/room.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/synapse/handlers/room.py b/synapse/handlers/room.py

index b070ec39c3..0f04038068 100644 --- a/synapse/handlers/room.py +++ b/synapse/handlers/room.py
@@ -1815,12 +1815,12 @@ class DeleteStatus: return by get_delete_status. """ + STATUS_SHUTTING_DOWN = "shutting_down" + # Scheduled purge waiting to be launch at a specific time + STATUS_SCHEDULED_PURGE = "scheduled_purge" STATUS_PURGING = "purging" STATUS_COMPLETE = "complete" STATUS_FAILED = "failed" - STATUS_SHUTTING_DOWN = "shutting_down" - # Purge waiting to be launch at a specific time - STATUS_WAIT_PURGE = "wait_purge" # Tracks whether this request has completed. # One of STATUS_{PURGING,COMPLETE,FAILED,SHUTTING_DOWN,WAIT_PURGE}.