[PR #8952] Remove unused notification endpoints #11918

Closed
opened 2026-02-07 06:46:52 +03:00 by OVERLORD · 0 comments
Owner

Original Pull Request: https://github.com/jellyfin/jellyfin/pull/8952

State: closed
Merged: Yes


Changes

Remove some unused notification endpoints. Most of them were no-op since forever (at least since the API migration). The only endpoint that actually did something was CreateAdminNotification but I did not see any usages in any of our own clients.

This PR focuses on the API, the notification manager could be cleaned a bit too because it does contain code to have user-targeted notifications which is not used.

Issues

**Original Pull Request:** https://github.com/jellyfin/jellyfin/pull/8952 **State:** closed **Merged:** Yes --- **Changes** Remove some unused notification endpoints. Most of them were no-op since forever (at least since the API migration). The only endpoint that actually did something was `CreateAdminNotification` but I did not see any usages in any of our own clients. This PR focuses on the API, the notification manager could be cleaned a bit too because it does contain code to have user-targeted notifications which is not used. **Issues** <!-- Tag any issues that this PR solves here. ex. Fixes # -->
OVERLORD added the pull-request label 2026-02-07 06:46:52 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#11918