From 03f44b8a28cb5e17d15e5d048b11890da9973550 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Mon, 1 Sep 2025 03:39:05 -0600 Subject: [PATCH] Update StoryIndexService.php --- app/Services/StoryIndexService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Services/StoryIndexService.php b/app/Services/StoryIndexService.php index 7be08c402..6be1aad9b 100644 --- a/app/Services/StoryIndexService.php +++ b/app/Services/StoryIndexService.php @@ -487,7 +487,7 @@ class StoryIndexService } $durationMs = max(((int) $h['duration']) * 1000, 10000); - $viewed = $isAuthor ? false : isset($seenCache[$aid][$sid]); + $viewed = $isAuthor ? true : isset($seenCache[$aid][$sid]); $storyItems[] = [ 'id' => (string) $sid,