Create the store. By default, it should contain an empty array.
https://linear.app/comm/issue/ENG-7096/add-a-new-field-in-redux-where-ops-are-stored
Differential D11259
[lib] Create a redux store where ops will be stored tomek on Mar 6 2024, 9:54 AM. Authored by Tags None Referenced Files
Subscribers
Details Create the store. By default, it should contain an empty array. https://linear.app/comm/issue/ENG-7096/add-a-new-field-in-redux-where-ops-are-stored Inspect Redux on web and native and check if the store is present. Also close and reopen the app to make sure that there are no inconsistencies.
Diff Detail
Event TimelineComment Actions In the current design the flow should be like this:
If we want to persist this, we could end up in a scenario where we open the app, and we have:
This requires implementing some additional things like remembering messageIDs, confirming not from the socket level but from the component responsible for processing etc.. With the current approach we will just start the flow again, it could be improved in the future but I think for now it might not be worth it.
|