lbry-desktop/ui/constants/notifications.js

17 lines
791 B
JavaScript
Raw Normal View History

export const NOTIFICATION_CREATOR_SUBSCRIBER = 'creator_subscriber';
export const NOTIFICATION_COMMENT = 'comment';
2020-09-08 22:56:48 +02:00
export const NOTIFICATION_REPLY = 'comment-reply';
export const MISSED_OUT = 'missed_out';
export const DAILY_WATCH_AVAILABLE = 'daily_watch_available';
export const DAILY_WATCH_REMIND = 'daily_watch_remind';
2020-11-02 17:51:08 +01:00
export const NEW_CONTENT = 'new_content';
2021-04-16 21:53:33 +02:00
export const NEW_LIVESTREAM = 'new_livestream';
export const CREATOR_COMMENT = 'creator_comment';
2021-03-24 08:26:56 +01:00
export const NOTIFICATION_NAME_ALL = 'All';
2021-03-24 08:26:56 +01:00
export const NOTIFICATION_RULE_COMMENTS = 'comments';
export const NOTIFICATION_RULE_REPLIES = 'comment_replies';
export const NOTIFICATION_RULE_FOLLOWERS = 'followers';
export const NOTIFICATION_RULE_NEW_CONTENT = 'new_content';
export const NOTIFICATION_RULE_OTHERS = 'default';