summary refs log tree commit diff
path: root/changelog.d/11967.feature (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.53.0rc1Sean Quah2022-02-151-1/+0
|
* Implement MSC3706: partial state in `/send_join` response (#11967)Richard van der Hoff2022-02-121-0/+1
* Make `get_auth_chain_ids` return a Set It has a set internally, and a set is often useful where it gets used, so let's avoid converting to an intermediate list. * Minor refactors in `on_send_join_request` A little bit of non-functional groundwork * Implement MSC3706: partial state in /send_join response