minor grammar fix

context: https://github.com/element-hq/synapse/pull/19260#discussion_r2614227743
This commit is contained in:
Andrew Morgan
2025-12-12 13:36:34 +00:00
parent 7347cc436e
commit 048629dd13

View File

@@ -531,7 +531,7 @@ A response body like the following is returned:
which is a list of room membership states for the given user. This endpoint can
be used with both local and remote users, with the caveat that the homeserver will
only be aware of the memberships for rooms one of its local users has joined.
only be aware of the memberships for rooms that one of its local users has joined.
Remote user memberships may also be out of date if all local users have since left
a room. The homeserver will thus no longer receive membership updates about it.