mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-17 14:40:16 -04:00
Merge remote-tracking branch 'upstream/release-v1.34.0'
This commit is contained in:
commit
2d57abd6b7
363 changed files with 2301 additions and 737 deletions
|
@ -1023,6 +1023,7 @@ class RoomSpaceSummaryRestServlet(RestServlet):
|
|||
max_rooms_per_space=parse_integer(request, "max_rooms_per_space"),
|
||||
)
|
||||
|
||||
# TODO When switching to the stable endpoint, remove the POST handler.
|
||||
async def on_POST(
|
||||
self, request: SynapseRequest, room_id: str
|
||||
) -> Tuple[int, JsonDict]:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue