Page MenuHomePhabricator

Move all notif types to lib except for APNs notifs
ClosedPublic

Authored by marcin on Jun 11 2024, 10:23 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Sep 11, 1:19 AM
Unknown Object (File)
Tue, Sep 10, 3:22 PM
Unknown Object (File)
Tue, Sep 10, 12:11 PM
Unknown Object (File)
Mon, Sep 9, 1:55 AM
Unknown Object (File)
Thu, Sep 5, 10:34 PM
Unknown Object (File)
Thu, Sep 5, 9:20 PM
Unknown Object (File)
Wed, Sep 4, 11:42 PM
Unknown Object (File)
Wed, Sep 4, 5:08 AM
Subscribers

Details

Summary

This differential moves all notif types to lib except for APNs. The reason for this is that APNs types are provided by node-apn that can't be used in lib. Therefore APNs notifs types, generation and encryption will be handled in a separate diff since it is less copy-pasting and more implementing from scratch.

Test Plan
  1. Flow
  2. Test all notif types for all platforms and large notifs as well.

Diff Detail

Repository
rCOMM Comm
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

This revision is now accepted and ready to land.Jun 13 2024, 7:54 AM