DEV: Add chat_quoted notification type (#15968)

This is needed for the notification sent when quoting
chat messages inside a post.
This commit is contained in:
Martin Brennan
2022-02-16 15:22:08 +10:00
committed by GitHub
parent 1ea19a4d51
commit 2d30dd439f
4 changed files with 13 additions and 3 deletions

View File

@ -48,6 +48,7 @@ const REPLACEMENTS = {
"notification.membership_request_consolidated": "users",
"notification.reaction": "bell",
"notification.votes_released": "plus",
"notification.chat_quoted": "quote-right",
};
export function replaceIcon(source, destination) {