mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #8952] Remove unused notification endpoints #11918
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
CreateAdminNotificationbut 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