From ea49670496b969e2c5bc9fcf1a037ebaa9dd1f7a Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Tue, 2 Aug 2022 16:42:09 +0100 Subject: [PATCH] provide a link to lazy-loading of room members spec --- proposals/2666-get-rooms-in-common.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/proposals/2666-get-rooms-in-common.md b/proposals/2666-get-rooms-in-common.md index 0adf88d16..efb7b2cb7 100644 --- a/proposals/2666-get-rooms-in-common.md +++ b/proposals/2666-get-rooms-in-common.md @@ -11,8 +11,9 @@ invites on their own do not present much context. With this endpoint, a client c rooms you have in common before you accept an invite. While this information can be determined if the user has full access to member state for all rooms, -modern clients often implement "lazy-loading", so they often only have a subset of state for the rooms -the user is in. Therefore, the homeserver should have a means to provide this information. +modern clients often implement [lazy-loading of room members](https://spec.matrix.org/v1.3/client-server-api/#lazy-loading-room-members), +so they often only have a subset of state for the rooms the user is in. Therefore, the homeserver +should have a means to provide this information. This proposal aims to implement a simple mechanism to fetch rooms you have in common with another user.