feat: notifications on comments
This commit is contained in:
@@ -29,6 +29,10 @@ return [
|
||||
'notifications' => [
|
||||
'test_title' => 'Test',
|
||||
'test_body' => 'Test notification from the Laravel API.',
|
||||
'meal_post_commented_title' => 'New comment',
|
||||
'meal_post_commented_body' => ':name commented on your meal ":meal".',
|
||||
'someone' => 'Someone',
|
||||
'your_meal' => 'your meal',
|
||||
'moderation_threshold_title' => 'Reports need review',
|
||||
'moderation_threshold_body' => ':count reports received for :type.',
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user