ash lea
5aaa60227a
return required room_id field in /members ( #2846 )
...
### Pull Request Checklist
<!-- Please read
https://matrix-org.github.io/dendrite/development/contributing before
submitting your pull request -->
* [ ] I have added tests for PR _or_ I have justified why this PR
doesn't need tests.
* [x] Pull request includes a [sign off below using a legally
identifiable
name](https://matrix-org.github.io/dendrite/development/contributing#sign-off )
_or_ I have already signed off privately
Signed-off-by: `ash lea <example@thisismyactual.email>`
2022-11-01 16:42:07 +00:00
Till
a169a9121a
Fix /members ( #2837 )
...
Fixes a bug introduced in #2827 , where the SyncAPI might not have all
requested eventIDs, resulting in too few members returned.
2022-10-27 14:18:22 +02:00
Till Faelligen
8b7bf5e7d7
Return forbidden if not a member anymore (fix #2802 )
2022-10-25 15:00:52 +02:00
Till
313cb3fd19
Filter /members
, return members at given point ( #2827 )
...
Makes the tests
```
Can get rooms/{roomId}/members at a given point
Can filter rooms/{roomId}/members
```
pass, by moving `/members` and `/joined_members` to the SyncAPI.
2022-10-25 12:39:10 +02:00