Depends on D12488
Details
Diff Detail
- Repository
- rCOMM Comm
- Lint
No Lint Coverage - Unit
No Test Coverage
Paths
| Differential D12489 Authored by ashoat on Jun 19 2024, 5:10 PM.
Details
Diff Detail
Event TimelineHerald added a subscriber: tomek. · View Herald TranscriptJun 19 2024, 5:10 PM2024-06-19 17:10:49 (UTC-7) Harbormaster completed remote builds in B29793: Diff 41525.Jun 19 2024, 5:56 PM2024-06-19 17:56:47 (UTC-7) This revision is now accepted and ready to land.Jun 20 2024, 2:24 AM2024-06-20 02:24:41 (UTC-7) Closed by commit rCOMM468aaa0278a5: [keyserver][lib] Update thread type assertion functions for thick/thread… (authored by ashoat). · Explain WhyJun 26 2024, 11:39 AM2024-06-26 11:39:30 (UTC-7) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 41525 keyserver/src/updaters/thread-permission-updaters.js
lib/types/thread-types-enum.js
|
It might look uncommon to have interface declaration and implementation next to each other in a single file but in fact we don't need to expose CommServicesAuthMetadataIOSWrapper. If we want to call sendAuthMetadataToJS from Objective - C we can use the common C++ API so let's avoid creating unnecessary files and duplication the same API.