Details
Details
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Branch
- master
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
native/redux/persist.js | ||
---|---|---|
1227 | All ClientDB* fields are typed as string, so we parseInt to be able to compare to messageTypes constants. The reason we have parseInt here is because we're not converting from ClientDBMessageInfo -> RawMessageInfo -> ClientDBMessageInfo as we often do. |
native/redux/persist.js | ||
---|---|---|
1228 | Is there a possibility that some of these messages have been unshimmed? I seem to recall there are two ways for things to get unshimmed... one is when the keyserver stops shimming them, and another is when they're added to the unshim list on the client |
native/redux/persist.js | ||
---|---|---|
1228 | They haven't been added to unshim list and we have a FUTURE_CODE_VERSION code version check in update-relationship-spec |