Page MenuHomePhabricator

[native] Introduce C++ MessageSpecs for membership robotext
ClosedPublic

Authored by ashoat on Feb 11 2025, 12:29 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Apr 20, 1:46 PM
Unknown Object (File)
Sun, Apr 20, 3:59 AM
Unknown Object (File)
Sat, Apr 19, 4:41 PM
Unknown Object (File)
Fri, Apr 18, 3:50 AM
Unknown Object (File)
Sun, Apr 13, 3:38 AM
Unknown Object (File)
Sun, Apr 6, 8:58 AM
Unknown Object (File)
Fri, Mar 28, 12:55 PM
Unknown Object (File)
Mar 22 2025, 2:35 AM
Subscribers
None

Details

Summary

In the prior diff, we implement getMessageNotifyType in the JS membership robotext message specs. We don't actually set it up to ever send notifs, but simply specifying getMessageNotifyType leads to an Alert when the app starts because we don't have corresponding C++ message specs.

Since it was simple enough to do (even though they aren't used), I went ahead and implemented them.

Depends on D14345

Test Plan

Confirmed that the Alerts were no longer appearing on both iOS and Android

Diff Detail

Repository
rCOMM Comm
Lint
No Lint Coverage
Unit
No Test Coverage