user email settings are useless
the /settings/email
page shows these toggles:
they affect the receiveAnnouncementEmail
and emailNotificationTypes
columns in the user
table.
There is no code that uses those columns (well, there are two commented-out functions in backend/src/core/NotificationService.ts
that do, but again, commented out!)
maybe remove the toggles from the UI?
(thanks to Rire in Discord for noticing)