mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-11-13 07:10:39 -05:00
Merge branch 'develop' of github.com:matrix-org/synapse into babolivier/new_push_rules
This commit is contained in:
commit
118a9eafb3
399 changed files with 2142 additions and 1732 deletions
|
|
@ -444,7 +444,7 @@ class RoomMemberListRestServlet(RestServlet):
|
|||
|
||||
async def on_GET(self, request, room_id):
|
||||
# TODO support Pagination stream API (limit/tokens)
|
||||
requester = await self.auth.get_user_by_req(request)
|
||||
requester = await self.auth.get_user_by_req(request, allow_guest=True)
|
||||
handler = self.message_handler
|
||||
|
||||
# request the state as of a given event, as identified by a stream token,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue