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