-
-
Notifications
You must be signed in to change notification settings - Fork 118
Closed
Labels
A-Client-ServerIssues affecting the CS APIIssues affecting the CS APIenhancementA suggestion for a relatively simple improvement to the protocolA suggestion for a relatively simple improvement to the protocol
Description
Currently we allow a subset of state events through in an invite.
This isn't enough to correctly calculate the name & avatar of a room based on matrix-org/matrix-spec-proposals#688.
Either we need to somehow include enough state in the invite (e.g. a hypothetical m.room.summary
event, plus a bunch of m.room.member
s for the heroes), or we need to change things so that invitees can peek into the live DAG of an invited room and draw their own conclusions.
If we supported invitees peeking into the live DAG of an invited room this would also solve things like the problems around supporting encryption for invited users before they join a room - c.f. element-hq/element-web#2713 (comment)
KitsuneRal and MadLittleMods
Metadata
Metadata
Assignees
Labels
A-Client-ServerIssues affecting the CS APIIssues affecting the CS APIenhancementA suggestion for a relatively simple improvement to the protocolA suggestion for a relatively simple improvement to the protocol