// @flow import React from 'react'; import LbcMessage from 'component/common/lbc-message'; import OptimizedImage from 'component/optimizedImage'; import { RULE } from 'constants/notifications'; import { parseSticker } from 'util/comments'; function replaceLbcWithCredits(str: string) { return str.replace(/\sLBC/g, ' Credits'); } export function generateNotificationText(rule: string, notificationParams: any) { switch (rule) { default: console.log(`TEXT: Unhandled notification_rule:%c ${rule}`, 'color:yellow'); // eslint-disable-line // eslint-disable-next-line no-fallthrough, (intended fallthrough) case RULE.NEW_CONTENT: case RULE.NEW_LIVESTREAM: case RULE.CREATOR_SUBSCRIBER: case RULE.DAILY_WATCH_AVAILABLE: case RULE.DAILY_WATCH_REMIND: case RULE.WEEKLY_WATCH_REMINDER: case RULE.MISSED_OUT: case RULE.REWARDS_APPROVAL_PROMPT: case RULE.FIAT_TIP: return (
)}{commentText}