Rework Module/Objects
- Merge two item queries into one - Add ETag check - Use Router parameter
This commit is contained in:
parent
f96d1fbd0b
commit
1e32f74b0b
2 changed files with 23 additions and 19 deletions
|
@ -42,7 +42,7 @@ use Friendica\Util\Strings;
|
|||
function display_init(App $a)
|
||||
{
|
||||
if (ActivityPub::isRequest()) {
|
||||
Objects::rawContent();
|
||||
Objects::rawContent(['guid' => $a->argv[1] ?? null]);
|
||||
}
|
||||
|
||||
if (DI::config()->get('system', 'block_public') && !Session::isAuthenticated()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue