Skip to main content

Module purge_history

Module purge_history 

Source

Functionsยง

admin_purge_history_by_event_route ๐Ÿ”’
POST /_synapse/admin/v1/purge_history/{room_id}/{event_id}
admin_purge_history_route ๐Ÿ”’
POST /_synapse/admin/v1/purge_history/{room_id}
admin_purge_history_status_route ๐Ÿ”’
GET /_synapse/admin/v1/purge_history_status/{purge_id}
purge_status ๐Ÿ”’
resolve_boundary ๐Ÿ”’
Resolves the exclusive purge boundary from the boundary event or timestamp, erroring when neither is given, the event is unknown or belongs to another room, or no event precedes the timestamp.
schedule_purge ๐Ÿ”’
Spawns the purge on the tasks service, returning its id. Takes services by value (it is Copy) so the detached task owns a 'static handle.