mirror of
https://github.com/discourse/discourse.git
synced 2025-05-29 21:27:58 +08:00
FEATURE: Send notification when member was accepted to group. (#7614)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user