Client code to send notif - only updating types to allow this.
Depends on D12771
Paths
| Differential D12772 Authored by kamil on Jul 16 2024, 1:54 AM.
Details Summary Client code to send notif - only updating types to allow this. Depends on D12771 Test Plan Testing different variants of: const notf: TunnelbrokerFCMNotif = { type: 'FCMNotif', clientMessageID: uuid.v4(), deviceID: '3434', data: JSON.stringify({ id: '1234', body: 'test notif from TB', title: 'HELLO FROM TB', prefix: 'pref', threadID: 'thread', badge: '12', }), priority: 'HIGH', }; await sendNotif(notf);
Diff Detail
Event Timelinekamil held this revision as a draft. Herald added subscribers: tomek, ashoat. · View Herald TranscriptJul 16 2024, 1:54 AM2024-07-16 01:54:19 (UTC-7) Harbormaster completed remote builds in B30367: Diff 42329.Jul 16 2024, 2:14 AM2024-07-16 02:14:42 (UTC-7) This revision is now accepted and ready to land.Jul 19 2024, 5:38 AM2024-07-19 05:38:55 (UTC-7) Closed by commit rCOMM0026f1d14eae: [lib] implement sending FCM notifs using Tunnelbroker (authored by kamil). · Explain WhyJul 19 2024, 5:44 AM2024-07-19 05:44:54 (UTC-7) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 42533 lib/tunnelbroker/secondary-tunnelbroker-connection.js
lib/tunnelbroker/tunnelbroker-context.js
|