mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-12 03:20:06 -04:00
Local changes
This commit is contained in:
parent
cff886c47b
commit
8d910ff5b9
7 changed files with 16 additions and 7 deletions
|
@ -474,6 +474,7 @@ class RoomInitialSyncRestServlet(ClientV1RestServlet):
|
|||
|
||||
@defer.inlineCallbacks
|
||||
def on_GET(self, request, room_id):
|
||||
# raise RuntimeError("Guest access has been disabled")
|
||||
requester = yield self.auth.get_user_by_req(request, allow_guest=True)
|
||||
pagination_config = PaginationConfig.from_request(request)
|
||||
content = yield self.initial_sync_handler.room_initial_sync(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue