FEATURE: Send the user a notification when their post is approved

This commit is contained in:
Robin Ward
2019-04-15 16:19:32 -04:00
parent de10bd7fb4
commit 3ceff0a92a
5 changed files with 20 additions and 3 deletions

View File

@ -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