-
-
Notifications
You must be signed in to change notification settings - Fork 641
Stabilise extended profiles (now part of Matrix v1.16) #5013
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
base: develop
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
js-sdk claims it doesn't support v1.16 so that would probably need fixing first https://github.com/matrix-org/matrix-js-sdk/blob/develop/src/version-support.ts#L26
Oh god :( |
not sure that's correct? wouldn't it be the other way around: we must support the stable names before declaring support for 1.16? |
cc @Half-Shot |
I mean it's up to the policy of the team. I'd have thought we can opportunistically support bits of v1.16 without having to declare support for it or it's predecessors? What's the problem we foresee with doing that? |
Requires #5014
Part of the spec since v1.16
Checklist
public
/exported
symbols have accurate TSDoc documentation.