summary refs log tree commit diff
path: root/develop/print.html
diff options
context:
space:
mode:
authorreivilibre <reivilibre@users.noreply.github.com>2021-10-22 08:00:59 +0000
committerreivilibre <reivilibre@users.noreply.github.com>2021-10-22 08:00:59 +0000
commit62f039f8442e356cb3ff9070877c63db8f5693f9 (patch)
tree907f9a6e0dcbae1e4fadadb0fb3007077f758dfb /develop/print.html
parentdeploy: 2c61a318cc46ec38e64d6a497f6077d23b9341bf (diff)
downloadsynapse-62f039f8442e356cb3ff9070877c63db8f5693f9.tar.xz
deploy: b0f03aeb6a02a5c152f769cea4992079609481d1
Diffstat (limited to 'develop/print.html')
-rw-r--r--develop/print.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/develop/print.html b/develop/print.html
index c7f11b2aa4..ac9250c651 100644
--- a/develop/print.html
+++ b/develop/print.html
@@ -10794,6 +10794,7 @@ An empty body may be passed for backwards compatibility.</p>
 <li>Remove all 3PIDs from the homeserver</li>
 <li>Delete all devices and E2EE keys</li>
 <li>Delete all access tokens</li>
+<li>Delete all pushers</li>
 <li>Delete the password hash</li>
 <li>Removal from all rooms the user is a member of</li>
 <li>Remove the user from the user directory</li>
@@ -10807,6 +10808,16 @@ is set to <code>true</code>:</p>
 <li>Remove the user's avatar URL</li>
 <li>Mark the user as erased</li>
 </ul>
+<p>The following actions are <strong>NOT</strong> performed. The list may be incomplete.</p>
+<ul>
+<li>Remove mappings of SSO IDs</li>
+<li><a href="admin_api/user_admin_api.html#delete-media-uploaded-by-a-user">Delete media uploaded</a> by user (included avatar images)</li>
+<li>Delete sent and received messages</li>
+<li>Delete E2E cross-signing keys</li>
+<li>Remove the user's creation (registration) timestamp</li>
+<li><a href="admin_api/user_admin_api.html#override-ratelimiting-for-users">Remove rate limit overrides</a></li>
+<li>Remove from monthly active users</li>
+</ul>
 <h2 id="reset-password"><a class="header" href="#reset-password">Reset password</a></h2>
 <p>Changes the password of another user. This will automatically log the user out of all their devices.</p>
 <p>The api is:</p>