This differential addresses the following Linear urgent issue: https://linear.app/comm/issue/ENG-2374/jsi-codegen-broken-by-new-drafts-types. It is done by removing draft as argument type from updateDraft method and passing key and text directly.
Details
Details
- cd native && yarn codegen-jsi MUST work. 2. Launch flipper, type drafts, close the app. Open again and ensure that typped drafts are in the payload of setClientDBStore action. This way we simply ensure that modifying updateDraft on the C++ side didn't break draft-persistence functionality.
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Branch
- marcin/eng-2374
- Lint
No Lint Coverage - Unit
No Test Coverage