mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-01 04:08:45 -05:00
feat(notif): auto-request notif type (#2956)
This commit is contained in:
@@ -9,6 +9,7 @@ import type { NotificationAgentConfig } from '../../settings';
|
||||
export interface NotificationPayload {
|
||||
event?: string;
|
||||
subject: string;
|
||||
notifySystem: boolean;
|
||||
notifyAdmin: boolean;
|
||||
notifyUser?: User;
|
||||
media?: Media;
|
||||
|
||||
Reference in New Issue
Block a user