-
-
Notifications
You must be signed in to change notification settings - Fork 117
Closed as not planned
Closed as not planned
Copy link
Labels
clarificationAn area where the expected behaviour is understood, but the spec could do with being more explicitAn area where the expected behaviour is understood, but the spec could do with being more explicit
Description
Link to problem area: https://spec.matrix.org/v1.7/client-server-api/#post_matrixclientv3joinroomidoralias
Issue
The room ID is returned. This isn't known the the client at call time, if the client joins via an alias.
I naively expected the event_id to be included in the return payload: ultimately the result of /join is the homeserver making an publishing join event on my behalf. I frequently want to use this when writing E2E tests: join a room, be told what my join event is, then wait for my membership event to appear down /sync.
Metadata
Metadata
Assignees
Labels
clarificationAn area where the expected behaviour is understood, but the spec could do with being more explicitAn area where the expected behaviour is understood, but the spec could do with being more explicit