Skip to content

Commit

Permalink
fix: fix missing triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
Dartui committed Aug 13, 2024
1 parent f2c9ffa commit 327cce0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Repository/TriggerRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ class TriggerRepository
*/
public static function register()
{
if (! \Notification::settings()->getSetting('triggers/buddypress/enable')) {
return;
}

// Activity.
if (\Notification::settings()->getSetting('triggers/buddypress/activity_enable')) {
Register::trigger(new Trigger\Activity\Added());
Expand Down

0 comments on commit 327cce0

Please sign in to comment.