Page MenuHomePhabricator

[native] Add a C++ MessageSpec for SidebarSource
ClosedPublic

Authored by ashoat on Mar 16 2023, 1:43 PM.
Tags
None
Referenced Files
F1591360: D7085.diff
Fri, Apr 19, 11:25 AM
Unknown Object (File)
Thu, Apr 11, 9:57 PM
Unknown Object (File)
Tue, Apr 2, 5:48 PM
Unknown Object (File)
Mon, Apr 1, 3:57 AM
Unknown Object (File)
Sun, Mar 31, 8:13 AM
Unknown Object (File)
Sun, Mar 31, 8:13 AM
Unknown Object (File)
Sun, Mar 31, 8:12 AM
Unknown Object (File)
Sun, Mar 31, 8:06 AM
Subscribers

Details

Summary

In D6869, I updated SidebarSourceMessageSpec.generatesNotifs so that it returned pushTypes.NOTIF. While SidebarSourceMessageSpec.notificationTexts should never be called, this still made it so SidebarSource messages could be included as the second item in notif payloads' messageInfos, since they get collapsed into the CreateSidebar.

As a result of being included in the notif payloads, SidebarSource is now getting processed by NSE, but since there is a missing C++ MessageSpec for it, we end up persisting an empty content to SQLite.

Test Plan

I was able to repro the "content must be defined" error before this diff by creating a sidebar that auto-added a test user. The test user would get the payload with SidebarSource, which would trigger the error. After this diff, the error no longer repros

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable