1
0
Эх сурвалжийг харах

Merge pull request #2195 from pixelfed/staging

Update Inbox worker
daniel 5 жил өмнө
parent
commit
4d512fac49

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

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