mirror of
https://code.castopod.org/adaures/castopod
synced 2025-06-06 18:31:05 +00:00
fix(fediverse): use NoteObject including episode link in content (hotfix)
This commit is contained in:
parent
2dd9cc9ef5
commit
ffa530e187
@ -10,9 +10,9 @@ declare(strict_types=1);
|
|||||||
|
|
||||||
namespace Modules\Fediverse\Config;
|
namespace Modules\Fediverse\Config;
|
||||||
|
|
||||||
|
use App\Libraries\NoteObject;
|
||||||
use CodeIgniter\Config\BaseConfig;
|
use CodeIgniter\Config\BaseConfig;
|
||||||
use Modules\Fediverse\Objects\ActorObject;
|
use Modules\Fediverse\Objects\ActorObject;
|
||||||
use Modules\Fediverse\Objects\NoteObject;
|
|
||||||
|
|
||||||
class Fediverse extends BaseConfig
|
class Fediverse extends BaseConfig
|
||||||
{
|
{
|
||||||
@ -23,6 +23,7 @@ class Fediverse extends BaseConfig
|
|||||||
*/
|
*/
|
||||||
public string $actorObject = ActorObject::class;
|
public string $actorObject = ActorObject::class;
|
||||||
|
|
||||||
|
// FIXME: hotfix applied to have episodes show up in posts
|
||||||
public string $noteObject = NoteObject::class;
|
public string $noteObject = NoteObject::class;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user