Skip to content

Commit

Permalink
fix: persist recipients not using actor for events
Browse files Browse the repository at this point in the history
  • Loading branch information
luceos committed Nov 5, 2023
1 parent 3067be9 commit e75fd6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Listeners/PersistRecipients.php
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ protected function eventArguments(Discussion $discussion): array
return [
$discussion,
$this->screener,
$this->screener->actor()
];
}

Expand Down

0 comments on commit e75fd6c

Please sign in to comment.