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