mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 10:46:06 -04:00
Update API docs to use 'presence' key not 'state'. Fixed error messages when setting presence.
This commit is contained in:
parent
acfabfff9c
commit
c54d8df504
2 changed files with 2 additions and 2 deletions
|
@ -207,7 +207,7 @@ class PresenceHandler(BaseHandler):
|
|||
raise SynapseError(400, "User is not hosted on this Home Server")
|
||||
|
||||
if target_user != auth_user:
|
||||
raise AuthError(400, "Cannot set another user's displayname")
|
||||
raise AuthError(400, "Cannot set another user's presence")
|
||||
|
||||
if "status_msg" not in state:
|
||||
state["status_msg"] = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue