feat: notifications for media_available and media_approved
This commit is contained in:
@@ -2,7 +2,9 @@ import logger from '../../logger';
|
||||
import type { NotificationAgent, NotificationPayload } from './agents/agent';
|
||||
|
||||
export enum Notification {
|
||||
MEDIA_ADDED = 2,
|
||||
MEDIA_PENDING = 2,
|
||||
MEDIA_APPROVED = 4,
|
||||
MEDIA_AVAILABLE = 8,
|
||||
}
|
||||
|
||||
class NotificationManager {
|
||||
|
||||
Reference in New Issue
Block a user