Testing revealed that I had forgotten to specify this.
Depends on D12828
Paths
| Differential D12829 Authored by ashoat on Jul 20 2024, 10:04 PM.
Details Summary Testing revealed that I had forgotten to specify this. Depends on D12828 Test Plan I followed the test plan described in this Linear comment. Before this diff, I saw this error, which disappeared afterwards: Failed processing Olm P2P message: [Invariant Violation: new messageInfos should have serverID]
Diff Detail
Event TimelineHarbormaster returned this revision to the author for changes because remote builds failed.Jul 20 2024, 10:08 PM2024-07-20 22:08:03 (UTC-7) Harbormaster completed remote builds in B30548: Diff 42595.Jul 20 2024, 10:20 PM2024-07-20 22:20:45 (UTC-7) This revision is now accepted and ready to land.Jul 22 2024, 3:33 AM2024-07-22 03:33:23 (UTC-7) Closed by commit rCOMM3980d47ad71f: [lib] Specify messageID in sendTextMessageSpec (authored by ashoat). · Explain WhyJul 22 2024, 9:29 AM2024-07-22 09:29:33 (UTC-7) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 42595 lib/shared/dm-ops/send-text-message-spec.js
|
What's the || null for? Typically ?? null is preferred is you really want to coerce to null, but I'm not clear on why you want to do that