Federation requests must be for local users.

pull/1672/head
Patrick Cloke 7 months ago
parent 91724e4aef
commit 1550f02b2f

@ -121,7 +121,7 @@ paths:
parameters:
- in: query
name: user_id
description: The user ID to query.
description: The user ID to query. Must be a user local to the receiving homeserver.
required: true
example: "@someone:example.org"
schema:

@ -34,7 +34,8 @@ paths:
type: object
description: |-
The keys to be claimed. A map from user ID, to a map from
device ID to algorithm name.
device ID to algorithm name. Requested users must be local
to the receiving homeserver.
additionalProperties:
type: object
additionalProperties:
@ -121,7 +122,8 @@ paths:
description: |-
The keys to be downloaded. A map from user ID, to a list of
device IDs, or to an empty list to indicate all devices for the
corresponding user.
corresponding user. Requested users must be local to the
receiving homeserver.
additionalProperties:
type: array
items:

Loading…
Cancel
Save