Skip to content

Commit

Permalink
Federation endpoint is only for users based on that server
Browse files Browse the repository at this point in the history
  • Loading branch information
tcpipuk committed Jun 9, 2024
1 parent a750e53 commit e836057
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion proposals/4133-extended-profiles.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,9 @@ member events.
### Server-Server API Changes

1. **GET `/_matrix/federation/v1/query/profile/{userId}/{key_name}`** will mirror the client-server
API changes to ensure profile information is consistently available across the federated network.
API changes to ensure profile information is consistently available across the federated
network. This endpoint must only accept requests for local users on the current homeserver, and
homeservers must only request a profile from the homeserver specified in that user's MXID.

### Capabilities

Expand Down

0 comments on commit e836057

Please sign in to comment.