Index: src/server.js
===================================================================
--- src/server.js	(revision 4c47eff199fea2b744d9209d04948b8e7e59b1a6)
+++ src/server.js	(revision fdd0d617dee68a696ce8734501d76d4cb9a9b46e)
@@ -26,5 +26,4 @@
 import authRoutes from './routes/auth.js';
 import accountRoutes from './routes/account.js';
-import notificationsRoutes from './routes/notifications.js';
 import adminRoutes from './routes/admin.js';
 import adminAudioRoutes from './routes/admin-audio.js';
@@ -286,5 +285,7 @@
 app.use('/auth', authRoutes);
 app.use('/account', accountRoutes);
-app.use('/notifications', notificationsRoutes);
+// NB: /notifications is the fediverse notifications page (in postsRoutes). The old
+// user-notifications route was removed — it collided with the fedi route after the
+// /meldingen -> /notifications rename, and the user-notifications system is dead.
 if (audioEnabled()) {
   app.use('/admin/audio', adminAudioRoutes);
