remove other query-vars

This commit is contained in:
Matthias Pfefferle 2023-11-06 14:41:51 +01:00
parent 1e5c7675cd
commit 8a5e83b619

View file

@ -120,10 +120,6 @@ class Activitypub {
$vars[] = 'activitypub';
$vars[] = 'replytocom';
//Collections review
$vars[] = 'replies';
$vars[] = 'collection_page';
return $vars;
}