diff options
author | Till <2353100+S7evinK@users.noreply.github.com> | 2022-09-30 10:32:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-30 09:32:31 +0100 |
commit | 9005e5b4a87c0bdd4f19b1dbf46f3093ac07e727 (patch) | |
tree | 9c0d1d4b22b2bed21ca6f839c688512c55cad7b4 /docs | |
parent | e45ba35e979f2f8af1e75f5f16158973b790436b (diff) |
Add `/_dendrite/admin/refreshDevices/{userID}` (#2746)
Allows to immediately query `/devices/{userID}` over federation to
(hopefully) resolve E2EE issues.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/administration/4_adminapi.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/administration/4_adminapi.md b/docs/administration/4_adminapi.md index 1712bb1b..56e19a8b 100644 --- a/docs/administration/4_adminapi.md +++ b/docs/administration/4_adminapi.md @@ -62,6 +62,11 @@ the full user ID is `@alice:domain.com` then the local part is `alice`. This endpoint instructs Dendrite to reindex all searchable events (`m.room.message`, `m.room.topic` and `m.room.name`). An empty JSON body will be returned immediately. Indexing is done in the background, the server logs every 1000 events (or below) when they are being indexed. Once reindexing is done, you'll see something along the lines `Indexed 69586 events in 53.68223182s` in your debug logs. +## POST `/_dendrite/admin/refreshDevices/{userID}` + +This endpoint instructs Dendrite to immediately query `/devices/{userID}` on a federated server. An empty JSON body will be returned on success, updating all locally stored user devices/keys. This can be used to possibly resolve E2EE issues, where the remote user can't decrypt messages. + + ## POST `/_synapse/admin/v1/send_server_notice` Request body format: |