Browse Source

Fix Post comments refresh since the template moved to the Templater

pull/1474/head
Timothée Jaussoin 2 months ago
parent
commit
e58e290247
  1. 2
      app/Widgets/Post/Post.php

2
app/Widgets/Post/Post.php

@ -245,7 +245,7 @@ class Post extends Base
&& !$public && !$card
) {
if ($requestComments) {
$this->requestComments($post); // Broken in case of repost
$this->rpc('Post_ajaxGetPostComments', $post->server, $post->node, $post->nodeid); // Broken in case of repost
}
} elseif (!$card) {
$viewd = $this->tpl();

Loading…
Cancel
Save