-
-
Notifications
You must be signed in to change notification settings - Fork 8
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.4 #3222
Comments
This comment was originally posted by @slack-coder at matrix-org/dendrite#3222 (comment). Heads up, the latest mautrix-whatsapp release (v0.10.6) now expects this version. A workaround is to use version 0.10.5.
|
This comment was originally posted by @Naxora at matrix-org/dendrite#3222 (comment). Also mautrix-meta bridge need this version.
|
This comment was originally posted by @fabrixxm at matrix-org/dendrite#3222 (comment).
Which unfortunately does not connects to WA anymore...
|
This comment was originally posted by @cyberb at matrix-org/dendrite#3222 (comment). latest slack bridge error: |
This comment was originally posted by @bbortt at matrix-org/dendrite#3222 (comment).
seeing as how old this thread is, I suppose: yes. it's also not an easy task that would allow for first-time contributors to work on, from what I am reading. at least to me this stuff sounds relatively complicated. |
This issue was originally created by @S7evinK at matrix-org/dendrite#3222.
Some of these are good first issues
Complete changelog v1.4
Client-Server API
Backwards Compatible Changes
.m.rule.room.server_acl
push rule to matchm.room.server_acl
events, as per MSC3786.Cross-Origin-Resource-Policy
(CORP) headers to media repository, as per MSC3828.type
when upgrading it, as per MSC3818.room_types
filter androom_type
response to/publicRooms
, as per MSC3827.room_types
exists, but is unusedm.replace
relations (event edits), as per MSC2676.m.read.private
receipts, as per MSC2285.m.fully_read
optional on/read_markers
, as per MSC2285.m.fully_read
markers to be set from/receipts
, as per MSC2285.m.thread
relations, as per MSC3440, MSC3816, MSC3856, and MSC3715.GET /rooms/{roomId}/threads
thread_id
to the/receipt
endpoint, as per MSC3771.Spec Clarifications
(NOTE: Non-actionable things removed)
POST /_matrix/client/v3/login
.Server-Server API
Backwards Compatible Changes
thread_id
intype ReceiptTS struct
(which should be renamed, since it's notTS
only afterwards)Application Service API
Breaking Changes
Authorization
header instead ofaccess_token
when talking to the application service, as per MSC2832.The text was updated successfully, but these errors were encountered: