We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c13e7ef commit 090f333Copy full SHA for 090f333
mautrix/types/media.py
@@ -20,7 +20,7 @@ class MediaRepoConfig(SerializableAttrs):
20
https://spec.matrix.org/v1.2/client-server-api/#get_matrixmediav3config
21
"""
22
23
- upload_size: int = field(json="m.upload.size")
+ upload_size: int = field(default=50 * 1024 * 1024, json="m.upload.size")
24
25
26
@dataclass
0 commit comments