From 048629dd13ffbcbc7603a8c729a4f5a6be20db8a Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Fri, 12 Dec 2025 13:36:34 +0000 Subject: [PATCH] minor grammar fix context: https://github.com/element-hq/synapse/pull/19260#discussion_r2614227743 --- docs/admin_api/user_admin_api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin_api/user_admin_api.md b/docs/admin_api/user_admin_api.md index 5645c6dd1c..9e0a1cb70c 100644 --- a/docs/admin_api/user_admin_api.md +++ b/docs/admin_api/user_admin_api.md @@ -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.