mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user