[v1] Remove sequenceNumber dependent functions - #932
Conversation
|
@chiragsalian I need to merge this into a separate branch. Can you please create a branch based on 2e5cff5 (this is what we use in mobile OD - very old). This easier than updating the OD app to use what we have now |
|
cool, i created it here @s77rt - https://github.com/Expensify/expensify-common/tree/chirag-mobile-old |
|
Thanks! I have changed the base to target that branch. This is good for review. I don't know how to handle the failing tests (seems related to the running environment) |
i pushed the fixes for that to my branch just merge the base branch to you branch. |
|
Thank you! Just merged |
| * @param {Number} reportID | ||
| * @param {Object[]} newHistory | ||
| */ | ||
| mergeHistoryByReportActionID(reportID, newHistory) { |
There was a problem hiding this comment.
It's not needed atm, I just copied this from the current version just in case we needed it.
There was a problem hiding this comment.
i doubt we need it. But either way. Sure let's proceed.
|
oops sorry i missed this. Thanks for the re-request. |
mergeItemswithmergeHistoryByTimestampinsertIntoCachewithinsertIntoCacheByActionIDmergeHistoryByReportActionIDgetFlatHistorygetand made it an alias togetFlatHistory(some of changes here are same as #929)
Fixed Issues
https://github.com/Expensify/Expensify/issues/589297
Tests
n/a
QA
n/a