Before this diff we had to create objects with all the fields present even when most of them were empty arrays. This diff makes creating the ops object more convenient.
Depends on D11933
Differential D11936
[lib][web][native] Make all the props of StoreOperations optional tomek on May 8 2024, 4:24 AM. Authored by Tags None Referenced Files
Subscribers
Details Before this diff we had to create objects with all the fields present even when most of them were empty arrays. This diff makes creating the ops object more convenient. Depends on D11933 Tested if processing the ops still works on web and native by checking if drafts get persisted.
Diff Detail
Event TimelineComment Actions Wondering if updating convertOpsToClientDBOps to handle nullable param wouldn't be even more readable but up to you |