Page MenuHomePhabricator

[Tunnelbroker] add notifs module and needed crates
ClosedPublic

Authored by kamil on Fri, Jun 28, 4:16 AM.
Tags
None
Referenced Files
F2194199: D12608.id41785.diff
Fri, Jul 5, 2:22 AM
Unknown Object (File)
Wed, Jul 3, 11:24 PM
Unknown Object (File)
Tue, Jul 2, 9:20 PM
Unknown Object (File)
Tue, Jul 2, 2:21 PM
Unknown Object (File)
Tue, Jul 2, 5:31 AM
Unknown Object (File)
Tue, Jul 2, 5:28 AM
Unknown Object (File)
Sat, Jun 29, 12:47 AM
Unknown Object (File)
Sat, Jun 29, 12:47 AM
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.Fri, Jun 28, 6:23 AM
kamil edited the summary of this revision. (Show Details)
This revision is now accepted and ready to land.Mon, Jul 1, 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