summary refs log tree commit diff
path: root/docs/admin_api
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2018-03-22 10:19:53 +0000
committerErik Johnston <erik@matrix.org>2018-03-22 10:19:53 +0000
commiteb9fc021e302aa7a5c39902e056cc525328431f8 (patch)
tree9162c92d399494be5213ec24c6e547c42f40469a /docs/admin_api
parentMerge pull request #3015 from matrix-org/erikj/simplejson_replication (diff)
parentUpdate CHANGES.rst (diff)
downloadsynapse-eb9fc021e302aa7a5c39902e056cc525328431f8.tar.xz
Merge branch 'release-v0.27.0' of github.com:matrix-org/synapse into develop
Diffstat (limited to 'docs/admin_api')
-rw-r--r--docs/admin_api/purge_history_api.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/admin_api/purge_history_api.rst b/docs/admin_api/purge_history_api.rst

index ea2922da5c..2da833c827 100644 --- a/docs/admin_api/purge_history_api.rst +++ b/docs/admin_api/purge_history_api.rst
@@ -16,9 +16,11 @@ including an ``access_token`` of a server admin. By default, events sent by local users are not deleted, as they may represent the only copies of this content in existence. (Events sent by remote users are -deleted, and room state data before the cutoff is always removed). +deleted.) -To delete local events as well, set ``delete_local_events`` in the body: +Room state data (such as joins, leaves, topic) is always preserved. + +To delete local message events as well, set ``delete_local_events`` in the body: .. code:: json