fix(fediverse): do not cache remote action form + fix typo on post routes for passing post uuid

+ remove unnecessary session->start() directive
This commit is contained in:
Yassine Doghri 2023-09-17 10:07:59 +00:00
commit 4ecb42f7c8
8 changed files with 20 additions and 39 deletions

View file

@ -24,7 +24,6 @@ trait AnalyticsTrait
set_user_session_entry_page();
$session = Services::session();
$session->start();
if (! $session->get('denyListIp')) {
$db = db_connect();