diff --git a/src/Listeners/PersistRecipients.php b/src/Listeners/PersistRecipients.php index 5333138..ee27f3f 100644 --- a/src/Listeners/PersistRecipients.php +++ b/src/Listeners/PersistRecipients.php @@ -137,6 +137,7 @@ protected function eventArguments(Discussion $discussion): array return [ $discussion, $this->screener, + $this->screener->actor() ]; }