mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-11 10:46:43 +02:00
fix: replace essence with embera to create preview cards
This commit is contained in:
parent
fbd1a0cf0d
commit
c682f03a67
13 changed files with 216 additions and 327 deletions
|
|
@ -73,7 +73,7 @@ class PostController extends FediversePostController
|
|||
$this->registerPodcastWebpageHit($this->podcast->id);
|
||||
}
|
||||
|
||||
if ($this->post === null) {
|
||||
if (! $this->post instanceof CastopodPost) {
|
||||
throw PageNotFoundException::forPageNotFound();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue