-
Notifications
You must be signed in to change notification settings - Fork 87
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
Expose User.changes #1500
Expose User.changes #1500
Conversation
Pull Request Test Coverage Report for Build 7756551836Warning: This coverage report may be inaccurate.We've detected an issue with your CI configuration that might affect the accuracy of this pull request's coverage report.
💛 - Coveralls |
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.
Maybe use: git describe --abbrev=5
to name the core version, ie.
❯ git describe --abbrev=5
v13.26.0-13-gd12c3
so we/they know it is not a clean core-release we are using.
Adds User.changes which allows developers to subscribe for notifications whenever the user changes.
Depends on realm/realm-core#7302.