Threads: Switch to stable prefixes #7674
Labels
A-Threads
An issue for the Threads project
App: Android
matrix-sdk
T-Task
Refactoring, enabling or disabling functionality, other engineering tasks
Description
We'd like to drop support for the unstable identifiers related to threads in Synapse. These span MSC3440, MSC3715, MSC3771, MSC3773, and MSC3856 which are all part of Matrix 1.4. To make this switch clients need to do the following:
v1.4
(orv1.5
) in the/versions
response instead of:org.matrix.msc3440.stable
org.matrix.msc3771
org.matrix.msc3773
dir
instead oforg.matrix.msc3715.dir
when fetching from/messages
.unread_thread_notifications
instead oforg.matrix.msc3773.unread_thread_notifications
when:related_by_senders
andrelated_by_rel_types
, use the threads list API from MSC3856 instead.Blocks matrix-org/synapse#14104.
(I'm assuming this is all handled in the SDK, but that may be incorrect!)
The text was updated successfully, but these errors were encountered: