While we do indicate SidebarSource generates notifs in generatesNotifs, it should always be collapsed, and should never appear as the most recent message for a given collapse key (since CreateSidebar is created at the same time and always is considered "newer").
To make sure that notificationTexts is never called for SidebarSource, I'm adding this invariant here.
Depends on D6869