Page MenuHomePhabricator

Send blob holder in large notification payload
AbandonedPublic

Authored by marcin on Sep 1 2023, 9:25 AM.
Tags
None
Referenced Files
Unknown Object (File)
Apr 8 2024, 5:11 AM
Unknown Object (File)
Mar 18 2024, 5:57 PM
Unknown Object (File)
Mar 7 2024, 2:38 AM
Unknown Object (File)
Mar 6 2024, 11:47 PM
Unknown Object (File)
Mar 6 2024, 11:36 PM
Unknown Object (File)
Mar 6 2024, 10:25 PM
Unknown Object (File)
Dec 15 2023, 2:18 AM
Unknown Object (File)
Dec 15 2023, 2:14 AM
Subscribers

Details

Reviewers
tomek
bartek
atul
Summary

This differential adds blob holder to notification payload which full content exceeds APN/FCM limits. This way native clients will have data necessary to issue blob deletion once they have downloaded the blob.

Test Plan

Run flow.

Diff Detail

Repository
rCOMM Comm
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

marcin requested review of this revision.Sep 1 2023, 9:43 AM
tomek added inline comments.
keyserver/src/push/send.js
812–817 ↗(On Diff #30706)

A shorthand can be used

This revision is now accepted and ready to land.Sep 5 2023, 4:09 AM

Those changes will be included in updated version of child differential.