issue: ENG-5812
Details
Ran the provided test
Diff Detail
- Repository
- rCOMM Comm
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
native/cpp/CommonCpp/NativeModules/DraftStoreOperations.h | ||
---|---|---|
69 ↗ | (On Diff #35637) | the convention is mixed across different files but let's keep it consistent at least in one file |
web/database/queries/draft-queries.test.js | ||
108–112 ↗ | (On Diff #35637) | I would also check if the remaining draft has key thread_b |
lib/types/draft-types.js | ||
---|---|---|
28 | It might be more performant and safer to allow deleting all the entries associated with a given keyserver, e.g. |
Note that we use RFC 3339 string for ItemID while the ATTR_TIMESTAMP uses milliseconds number. Generally I use the former everywhere (simpler parsing without NaiveDateTime conversions) but I thought the latter is easier for DDB to sort by (it's used only as index sorting key and not read anywhere else)