Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Remove support for unstable private read receipts #9225

Merged
merged 3 commits into from
Sep 12, 2022

Conversation

SimonBrandner
Copy link
Contributor

@SimonBrandner SimonBrandner commented Aug 27, 2022

Requires matrix-org/matrix-js-sdk#2624


We want there to be a reasonable transition time to switch to stable private read receipts, so this is blocked until that time passes


This change is marked as an internal change (Task), so will not be included in the changelog.

@SimonBrandner SimonBrandner added X-Blocked The PR cannot move forward in any capacity until an action is made T-Task Refactoring, enabling or disabling functionality, other engineering tasks labels Aug 27, 2022
@SimonBrandner SimonBrandner marked this pull request as ready for review August 27, 2022 12:53
@SimonBrandner SimonBrandner requested a review from a team as a code owner August 27, 2022 12:53
if (!sendRRs && !privateField) return;
if (
!sendRRs
&& !MatrixClientPeg.get().doesServerSupportUnstableFeature("org.matrix.msc2285.stable")
Copy link
Contributor

@weeman1337 weeman1337 Sep 2, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not an issue for this PR. But „does server support unstable feature“ … „org.matrix.msc.2285.stable“ is confusing.

@SimonBrandner SimonBrandner removed the X-Blocked The PR cannot move forward in any capacity until an action is made label Sep 11, 2022
@SimonBrandner SimonBrandner added X-Blocked The PR cannot move forward in any capacity until an action is made and removed X-Blocked The PR cannot move forward in any capacity until an action is made labels Sep 11, 2022
@SimonBrandner SimonBrandner merged commit 28a418d into develop Sep 12, 2022
@SimonBrandner SimonBrandner deleted the SimonBrandner/task/unstable-rr branch September 12, 2022 16:04
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
T-Task Refactoring, enabling or disabling functionality, other engineering tasks
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants