synapse/synapse/events
Eric Eastwood dad1559721
Reorganize Pydantic models and types used in handlers (#17279)
Spawning from https://github.com/element-hq/synapse/pull/17187#discussion_r1619492779 around wanting to put `SlidingSyncBody` (parse the request in the rest layer), `SlidingSyncConfig` (from the rest layer, pass to the handler), `SlidingSyncResponse` (pass the response from the handler back to the rest layer to respond) somewhere that doesn't contaminate the imports and cause circular import issues.

 - Moved Pydantic parsing models to `synapse/types/rest`
 - Moved handler types to `synapse/types/handlers`
2024-06-10 15:03:50 -05:00
..
__init__.py Bump black from 23.10.1 to 24.2.0 (#16936) 2024-03-13 16:46:44 +00:00
auto_accept_invites.py Bring auto-accept invite logic into Synapse (#17147) 2024-05-21 20:09:17 +00:00
builder.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
presence_router.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
snapshot.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
utils.py Add support for MSC4115 (#17104) 2024-04-29 15:22:13 +01:00
validator.py Reorganize Pydantic models and types used in handlers (#17279) 2024-06-10 15:03:50 -05:00