-
Notifications
You must be signed in to change notification settings - Fork 91
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 internal _isDatabaseObserverItemReusingEnabled check #718
Conversation
…reat it as true which allows removing most of the message caching
122b0dd
to
f7040b4
Compare
Generated by 🚫 Danger |
SDK Size
|
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.
Would be great to do some performance checks before merging this.
Ran it with time profiler as well. Nothing shows up related to these changes. That said, I saw some DataStore accesses on the main thread, but this is a separate story. |
# Conflicts: # CHANGELOG.md
Quality Gate passedIssues Measures |
🎯 Goal
Remove
_isDatabaseObserverItemReusingEnabled
check which has been enabled for 6 months without any side-effects🛠 Implementation
userDisplayInfo(from id: String) -> UserDisplayInfo?
method which is not used and only accessed cached data🧪 Testing
N/A
☑️ Checklist