-
-
Notifications
You must be signed in to change notification settings - Fork 679
Declare support for Matrix 1.4 #3222
Comments
Heads up, the latest mautrix-whatsapp release (v0.10.6) now expects this version. A workaround is to use version 0.10.5.
|
Also mautrix-meta bridge need this version.
|
Which unfortunately does not connects to WA anymore...
|
latest slack bridge error: |
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. |
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: