[native] Update translateClientDBData so consuume convertClientDBThreadInfoToRawThreadInfo
Summary: We want to replace deprecatedConvertClientDBThreadInfoToRawThreadInfo with convertClientDBThreadInfoToRawThreadInfo so clientDBThreadInfos are translated to MinimallyEncodedRawThreadInfos when "rehydrated" from SQLite.
Test Plan:
- Log in with redux version 60
- Run migration
- Ensure that MinimallyEncodedRawThreadInfos are stringified and stored in SQLite
- Ensure that MinimallyEncodedRawThreadInfos are read back and "rehydrate" Redux threadStore
- Check Redux DevTools and ensure all entries in threadInfos are minimallyEncoded:
Also verified state check mechanism:
Reviewers: ashoat, ginsu, tomek, rohan
Reviewed By: ashoat
Differential Revision: https://phab.comm.dev/D10342