Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Declare support for Matrix 1.5 #3223

Open
1 of 3 tasks
matrixbot opened this issue Nov 1, 2024 · 1 comment
Open
1 of 3 tasks

Declare support for Matrix 1.5 #3223

matrixbot opened this issue Nov 1, 2024 · 1 comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed spec-compliance Fix something that doesn't comply with the specs

Comments

@matrixbot
Copy link
Collaborator

This issue was originally created by @S7evinK at matrix-org/dendrite#3223.

Complete changelog v1.5

Client-Server API

Backwards Compatible Changes

  • Add m.reference relations, as per MSC3267.
    • Only missing aggregation, if anything?

Spec Clarifications
(NOTE: non-actionable things removed, as well as things we don't have implemented at all yet, e.g. refresh tokens clarification would be fixed when implementing refresh tokens)

  • Define a 400 response from /_matrix/client/v3/directory/rooms/{roomAlias}. (#1286)
    • We already return 400, but not the correct errcode

Application Service API

Spec Clarifications

  • Clarify that application services can only register an interest in local users, as per MSC3905. (#1305)
    • From the looks of it, we just compile the provided regex, but don't check if the user is local
@matrixbot matrixbot added good first issue Good for newcomers help wanted Extra attention is needed spec-compliance Fix something that doesn't comply with the specs labels Nov 1, 2024
@matrixbot
Copy link
Collaborator Author

This comment was originally posted by @LeonardoMantovani at matrix-org/dendrite#3223 (comment).

Is this the reason why Element Web doesn't let me login into a dendrite server?
It says the server is too old or doesn't support the minimum API requested both if I try with my dendrite server that I just spinned up and with dendrite.matrix.org...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed spec-compliance Fix something that doesn't comply with the specs
Projects
None yet
Development

No branches or pull requests

1 participant