forked from GNUsocial/gnu-social
[CORE][Router] Properly act on Accept headers
This commit is contained in:
@@ -47,12 +47,6 @@ class Inbox extends Controller
|
||||
}
|
||||
}
|
||||
|
||||
// Check accept header
|
||||
ActivityPub::validateAcceptHeader(
|
||||
$this->request->headers->get('accept'),
|
||||
true,
|
||||
);
|
||||
|
||||
// TODO: Check if Actor can post
|
||||
|
||||
// Get content
|
||||
|
Reference in New Issue
Block a user