This differential removes ol unecessary JSI queries to get all drafts, threads and messages.
Details
Details
- Reviewers
tomek atul • jon - Commits
- rCOMM14fe7b7a0c2e: Remove unecessary JSI queries
Removed queries are not used anymore in the project, so the sufficient test plan is to build the app.
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Branch
- marcin/eng-2137
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
Comment Actions
Looks like the keyserver failure is because of MariaDB release outage. I restarted it again (looks like you already restarted it once), but I think it's reasonable to "Request Review" with that workflow failing.
native/schema/CommCoreModuleSchema.js | ||
---|---|---|
33 | Why do we keep sync versions? |
native/schema/CommCoreModuleSchema.js | ||
---|---|---|
33 | Migration 32 in native/redux/persist.js uses getAllMessagesSync. getAllThreadsSync is not used anywhere but due to getAllMessagesSync usage I was afraid to remove it. |