mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-13 11:37:46 +02:00
fix(fediverse): use NoteObject including episode link in content (hotfix)
This commit is contained in:
parent
2dd9cc9ef5
commit
ffa530e187
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue