Update StoryIndexService.php

pull/6145/head
Daniel Supernault 3 months ago
parent 1e31470282
commit 03f44b8a28
No known key found for this signature in database
GPG Key ID: 23740873EE6F76A1

@ -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,

Loading…
Cancel
Save