소스 검색

Merge pull request #998 from pixelfed/frontend-ui-refactor

Update AP Inbox
daniel 6 년 전
부모
커밋
7624b6b586
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      app/Util/ActivityPub/Inbox.php

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

@@ -198,7 +198,6 @@ class Inbox
                 ]);
             }
             $payload = $this->payload;
-            $payload = unset($payload['@context']);
             // send Accept to remote profile
             $accept = [
                 '@context' => 'https://www.w3.org/ns/activitystreams',