You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and [`PUT /_matrix/client/v3/rooms/{roomId}/state/{eventType}/{stateKey}`](https://spec.matrix.org/v1.4/client-server-api/#put_matrixclientv3roomsroomidsendeventtypetxnid)
and [`PUT /_matrix/client/v3/rooms/{roomId}/state/{eventType}/{stateKey}`](https://spec.matrix.org/v1.4/client-server-api/#put_matrixclientv3roomsroomidsendeventtypetxnid))
44
44
are extended to take a query parameter `attach_media`, whose value must be a complete `mxc:` URI.
45
45
46
46
The `attach_media` parameter may be used several times to attach several
47
-
pieces of media to the same event. The maximium number of pieces of media
47
+
pieces of media to the same event. The maximum number of pieces of media
48
48
that can be attached to a single event is implementation-defined by servers.
49
49
50
50
If any of the `attach_media` parameters do not correspond to known
@@ -62,7 +62,7 @@ to a user if the user can see the corresponding event.
62
62
(with the original event ID) even though the media has already been attached.
63
63
64
64
* Alternatively, if a restricted media item is referenced in a call to
0 commit comments