Constants with errors introduced earlier in the stack.
Depends on D11591
Paths
| Differential D11594 Authored by kamil on Apr 9 2024, 3:26 AM.
Tags None Referenced Files
Subscribers
Details Summary Constants with errors introduced earlier in the stack. Depends on D11591 Test Plan Tested all error cases on both web and native
Diff Detail
Event Timelinekamil held this revision as a draft. Herald added a subscriber: ashoat. · View Herald TranscriptApr 9 2024, 3:27 AM2024-04-09 03:27:01 (UTC-7) Harbormaster completed remote builds in B28076: Diff 38926.Apr 9 2024, 3:42 AM2024-04-09 03:42:57 (UTC-7)
This revision is now accepted and ready to land.Apr 11 2024, 12:49 AM2024-04-11 00:49:01 (UTC-7) Harbormaster completed remote builds in B28162: Diff 39036.Apr 11 2024, 4:24 AM2024-04-11 04:24:17 (UTC-7) Closed by commit rCOMMf4b392ccb485: [lib] errors utils to distinguish between session creation issues (authored by kamil). · Explain WhyApr 11 2024, 4:47 AM2024-04-11 04:47:24 (UTC-7) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 39036 lib/handlers/peer-to-peer-message-handler.js
lib/utils/olm-utils.js
|
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)