Page MenuHomePhabricator

[Tunnelbroker] add notifs module and needed crates
ClosedPublic

Authored by kamil on Jun 28 2024, 4:16 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sep 3 2024, 7:11 PM
Unknown Object (File)
Sep 3 2024, 7:11 PM
Unknown Object (File)
Sep 3 2024, 7:10 PM
Unknown Object (File)
Sep 3 2024, 7:09 PM
Unknown Object (File)
Aug 28 2024, 10:17 AM
Unknown Object (File)
Aug 3 2024, 3:22 PM
Unknown Object (File)
Aug 3 2024, 3:22 PM
Unknown Object (File)
Aug 3 2024, 3:21 PM
Subscribers

Details

Summary

Dependencies are already used elsewhere in the codebase.

Making apns optional to allow running local TB without fully configured APNs service, but after this work is fully done, I plan to make it mandatory.

Depends on D12607

Test Plan

cargo check

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

kamil held this revision as a draft.
kamil published this revision for review.Jun 28 2024, 6:23 AM
kamil edited the summary of this revision. (Show Details)
This revision is now accepted and ready to land.Jul 1 2024, 2:02 AM
services/tunnelbroker/src/notifs/apns/mod.rs
4 ↗(On Diff #41785)

This flag must be false on staging.

services/tunnelbroker/src/notifs/apns/mod.rs
4 ↗(On Diff #41785)

this flag will set be based on config - see D12609