Add Empty Key to disable override section

pull/4043/head
Catalan Lover 11 months ago committed by GitHub
parent f880934b99
commit fda11ae996
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -38,6 +38,14 @@ And you will get back a response that is like the example below if your override
}
```
And to disable override you send a payload with a empty `presence_override` key like the example below.
```json
{
"presence_override": ""
}
```
As for error codes this is currently WIP but it follows a similar pattern to the current `/_matrix/client/v3/presence/{userId}/status`
endpoint. With minor reasonable adaptations like how presence is replaced with presence override where sensible.

Loading…
Cancel
Save