mirror of
https://github.com/discourse/discourse.git
synced 2025-05-28 01:56:58 +08:00
FEATURE: Send the user a notification when their post is approved
This commit is contained in:
@ -34,7 +34,8 @@ const REPLACEMENTS = {
|
||||
"notification.granted_badge": "certificate",
|
||||
"notification.topic_reminder": "far-clock",
|
||||
"notification.watching_first_post": "far-dot-circle",
|
||||
"notification.group_message_summary": "group"
|
||||
"notification.group_message_summary": "group",
|
||||
"notification.post_approved": "check"
|
||||
};
|
||||
|
||||
// TODO: use lib/svg_sprite/fa4-renames.json here
|
||||
|
Reference in New Issue
Block a user