Browse Source

Update ap inbox

Daniel Supernault 5 years ago
parent
commit
ea37c0ca86
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Util/ActivityPub/Inbox.php

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

@@ -326,7 +326,7 @@ class Inbox
                 break;
                 break;
 
 
             case 'Tombstone':
             case 'Tombstone':
-                    $status = Status::whereUri($id)->first();
+                    $status = Status::whereUri($id)->orWhere('object_url', $id)->first();
                     if(!$status) {
                     if(!$status) {
                         return;
                         return;
                     }
                     }