Explorar o código

Update Inbox worker

Daniel Supernault %!s(int64=5) %!d(string=hai) anos
pai
achega
310b0e58a1
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      app/Util/ActivityPub/Inbox.php

+ 3 - 3
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([