From 310b0e58a190a76b88da7f25fd0d5b8f393ee4c9 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Thu, 21 May 2020 17:48:05 -0600 Subject: [PATCH] Update Inbox worker --- app/Util/ActivityPub/Inbox.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/Util/ActivityPub/Inbox.php b/app/Util/ActivityPub/Inbox.php index a1e368bdc..0a190409a 100644 --- a/app/Util/ActivityPub/Inbox.php +++ b/app/Util/ActivityPub/Inbox.php @@ -194,9 +194,9 @@ class Inbox ]); } else { $follower = new Follower; - $follower->profile_id => $actor->id; - $follower->following_id => $target->id; - $follower->local_profile => empty($actor->domain); + $follower->profile_id = $actor->id; + $follower->following_id = $target->id; + $follower->local_profile = empty($actor->domain); if($target->domain == null) { Notification::firstOrCreate([