mirror of
https://github.com/element-hq/synapse.git
synced 2026-09-17 01:34:28 +00:00
deploy: f4cf7ab29e
This commit is contained in:
+1
-4
@@ -38,7 +38,7 @@
|
||||
const path_to_root = "";
|
||||
const default_light_theme = "light";
|
||||
const default_dark_theme = "navy";
|
||||
window.path_to_searchindex_js = "searchindex-23e84fac.js";
|
||||
window.path_to_searchindex_js = "searchindex-b62ac8b4.js";
|
||||
</script>
|
||||
<!-- Start loading toc.js asap -->
|
||||
<script src="toc-64310643.js"></script>
|
||||
@@ -12251,9 +12251,6 @@ may change without notice.
|
||||
</span></strong></p>
|
||||
<p>Called when a user attempts to upload media that would exceed a
|
||||
<a href="#media_upload_limits">configured media upload limit</a>.</p>
|
||||
<p>This callback will only be called on workers which handle
|
||||
<a href="https://spec.matrix.org/v1.15/client-server-api/#post_matrixmediav3upload">POST /_matrix/media/v3/upload</a>
|
||||
requests.</p>
|
||||
<p>This could be used to inform the user that they have reached a media upload limit through
|
||||
some external method.</p>
|
||||
<p>The arguments passed to this callback are:</p>
|
||||
|
||||
Reference in New Issue
Block a user