-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Declare support for Matrix v1.7 #15661
Comments
Note that I think Synapse technically can declare 1.7 without actually doing anything for this, the spec for the
Those endpoints should already ignore unknown parameters, so should be compliant. |
Synapse should implement following redirects when downloading media over federation, but I guess that might not be relevant for declaring support in the C-S API |
Yes, that's a good point! 👍 I always forget the S-S & C-S APIs are the same for media. 😢 |
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
#16701 should implement following the redirects on the S-S side. |
See the changelog (note that I stripped out spec clarifications).
Client-Server API
New Endpoints
POST /_matrix/client/v1/login/get_token
. MSC3882POST /_matrix/media/v1/create
andPUT /_matrix/media/v3/upload/{serverName}/{mediaId}
MSC2246.Backwards Compatible Changes
m.replace
(edit) events, as per MSC3925.event_property_is
andevent_property_contains
from MSC3758 and MSC3966.m.annotation
relations (reactions), as per MSC2677.m.mentions
property; the.m.rule.is_user_mention
and.m.rule.is_room_mention
push rules; and other behaviour from MSC3952.device_id
) #15629Application Service API
New Endpoints
POST /_matrix/app/v1/ping
andPOST /_matrix/client/v1/appservice/{appserviceId}/ping
MSC2659.Backwards Compatible Changes
Depends on #15089.
The text was updated successfully, but these errors were encountered: