Member Junction
    Preparing search index...

    User notification preferences

    interface NotificationPreferences {
        enableDesktopNotifications: boolean;
        enableInAppNotifications: boolean;
        enableSound: boolean;
        mutedConversations: string[];
        muteUntil?: Date;
        showBadges: boolean;
    }
    Index

    Properties

    enableDesktopNotifications: boolean
    enableInAppNotifications: boolean
    enableSound: boolean
    mutedConversations: string[]
    muteUntil?: Date
    showBadges: boolean