1
0

Fix the import for RequestBodyModel

This apparently got moved in develop, so cherry-picking the merge
stuff.

This should be reverted once we merge develop again
This commit is contained in:
Quentin Gliech
2024-06-12 13:35:59 +02:00
parent 52f47d12a9
commit 6a860838bb
+1 -1
View File
@@ -32,8 +32,8 @@ from synapse.http.servlet import (
parse_json_object_from_request,
)
from synapse.http.site import SynapseRequest
from synapse.rest.models import RequestBodyModel
from synapse.types import JsonDict
from synapse.types.rest import RequestBodyModel
from ._base import client_patterns