ee1825f5f1
## Issue Closes 6022 Notifications: Creator Commented ## Changes - Beautify - show creator icon instead of generic bell. - Link to comment directly instead of the claim.
16 lines
791 B
JavaScript
16 lines
791 B
JavaScript
export const NOTIFICATION_CREATOR_SUBSCRIBER = 'creator_subscriber';
|
|
export const NOTIFICATION_COMMENT = 'comment';
|
|
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';
|
|
export const NEW_CONTENT = 'new_content';
|
|
export const NEW_LIVESTREAM = 'new_livestream';
|
|
export const CREATOR_COMMENT = 'creator_comment';
|
|
|
|
export const NOTIFICATION_NAME_ALL = 'All';
|
|
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';
|