Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for partial state in send_join responses #291

Merged
merged 2 commits into from
Feb 17, 2022
Merged

Conversation

richvdh
Copy link
Member

@richvdh richvdh commented Feb 14, 2022

MSC3706 adds some new fields to /send_join responses. Here we add support for the new fields, and the new query param

MSC3706 adds some new fields to `/send_join` responses. Here we add support for
the new fields, and the new query param.
Comment on lines 124 to 128
inputData := `{
"state":[],"auth_chain":[],"origin":"o1",
"org.matrix.msc3706.partial_state":true,
"org.matrix.msc3706.servers_in_room":["s1", "s2"]
}`
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: strange indentation here. the middle line has a mix of spaces and tabs.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks. fixed.

@richvdh richvdh merged commit e92d474 into main Feb 17, 2022
@richvdh richvdh deleted the rav/msc3706 branch February 17, 2022 08:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants