mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-11 18:56:42 +02:00
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:
parent
3189f12206
commit
4ecb42f7c8
8 changed files with 20 additions and 39 deletions
|
|
@ -133,7 +133,6 @@ class EpisodeAudioController extends Controller
|
|||
}
|
||||
|
||||
$session = Services::session();
|
||||
$session->start();
|
||||
|
||||
$serviceName = '';
|
||||
if ($this->request->getGet('_from')) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue