Kaynağa Gözat

Update Inbox worker

Daniel Supernault 5 yıl önce
ebeveyn
işleme
f059d2fdd1
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      app/Util/ActivityPub/Inbox.php

+ 1 - 1
app/Util/ActivityPub/Inbox.php

@@ -183,7 +183,7 @@ class Inbox
                 ->exists() ||
             FollowRequest::whereFollowerId($actor->id)
                 ->whereFollowingId($target->id)
-                ->exists();
+                ->exists()
         ) {
             return;
         }