diff --git a/app/Services/StoryService.php b/app/Services/StoryService.php index 774847963..08bda2e67 100644 --- a/app/Services/StoryService.php +++ b/app/Services/StoryService.php @@ -61,7 +61,7 @@ class StoryService 'media' => url(Storage::url($s->path)), 'can_reply' => (bool) $s->can_reply, 'can_react' => (bool) $s->can_react, - 'poll' => $s->type == 'poll' ? PollService::storyPoll($s->id) : null, + 'poll' => null, ]; }) ->toArray();