-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Stabilise user profile timezones #30815
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
Conversation
379f9d1 to
5c16512
Compare
MidhunSureshR
left a comment
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.
🎉
| try { | ||
| const tz = await cli.getExtendedProfileProperty(userId, "us.cloke.msc4175.tz"); | ||
| const userProfile = await cli.getExtendedProfile(userId); | ||
| // In a future spec release, remove support for legacy key. |
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.
Did you mean app release instead of spec release?
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.
Yep, that's the word I wanted 😆
Requires matrix-org/matrix-js-sdk#5013Checklist
public/exportedsymbols have accurate TSDoc documentation.