Page MenuHomePhabricator

[native] Use object as param to getInitialNotificationsEncryptedMessage
ClosedPublic

Authored by ashoat on Oct 24 2023, 1:13 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Nov 16, 9:02 PM
Unknown Object (File)
Sat, Nov 16, 9:02 PM
Unknown Object (File)
Sat, Nov 16, 9:02 PM
Unknown Object (File)
Sat, Nov 16, 9:01 PM
Unknown Object (File)
Oct 29 2024, 4:22 PM
Unknown Object (File)
Oct 29 2024, 4:15 PM
Unknown Object (File)
Oct 29 2024, 2:26 PM
Unknown Object (File)
Oct 15 2024, 2:58 AM
Subscribers

Details

Summary

Right now this only takes a single parameter, but in the next diff I will introduce a second one.

Callsites will generally either use one or the other parameter, but no current callsites will use both. As such, I figured an object param would be "cleaner" since it would avoid the need for "skipped" params.

Test Plan

Flow

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable