FEATURE: Send notification when member was accepted to group. (#7614)

This commit is contained in:
Bianca Nenciu
2019-08-06 13:29:46 +03:00
committed by GitHub
parent b60b2a342f
commit 37e7998a82
9 changed files with 104 additions and 5 deletions

View File

@ -35,7 +35,8 @@ const REPLACEMENTS = {
"notification.topic_reminder": "far-clock",
"notification.watching_first_post": "far-dot-circle",
"notification.group_message_summary": "users",
"notification.post_approved": "check"
"notification.post_approved": "check",
"notification.membership_request_accepted": "user-plus"
};
// TODO: use lib/svg_sprite/fa4-renames.json here