-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Remove feature flags for reactions and edits #10282
Comments
We've decided it's best to handle both feature flags and unstable URLs together: a feature should be allowed to use to unstable APIs while it has a feature flag, but it should change to specced and versioned APIs when the flags are removed. |
Seems like quite a bit away from being able to do this, with backend and spec work stalled. Removing phase tag for now. |
Reducing scope back down to just the feature flags. It turns out that we don't have a clear system to keep a feature flag in the code and default it on without config work for deployments, so it's best to remove the flags now to get the features out to everyone. Filed a new issue #10361 for the future work around unstable URLs. |
Merged to React SDK 1.4.0 release branch in matrix-org/matrix-react-sdk#3233 |
Once we're confident that reactions and edits are stable, we can remove the feature flags.
The text was updated successfully, but these errors were encountered: