Loading Controllers/api/v2/feeds/container.php +1 −1 Original line number Original line Diff line number Diff line Loading @@ -132,7 +132,7 @@ class container implements Interfaces\Api 'from_timestamp' => $fromTimestamp, 'from_timestamp' => $fromTimestamp, 'query' => $query, 'query' => $query, 'single_owner_threshold' => 0, 'single_owner_threshold' => 0, 'pinned_guids' => $type === 'activity' ? $container->getPinnedPosts() : null, 'pinned_guids' => $type === 'activity' ? array_reverse($container->getPinnedPosts()) : null, ]; ]; if (isset($_GET['nsfw'])) { if (isset($_GET['nsfw'])) { Loading Loading
Controllers/api/v2/feeds/container.php +1 −1 Original line number Original line Diff line number Diff line Loading @@ -132,7 +132,7 @@ class container implements Interfaces\Api 'from_timestamp' => $fromTimestamp, 'from_timestamp' => $fromTimestamp, 'query' => $query, 'query' => $query, 'single_owner_threshold' => 0, 'single_owner_threshold' => 0, 'pinned_guids' => $type === 'activity' ? $container->getPinnedPosts() : null, 'pinned_guids' => $type === 'activity' ? array_reverse($container->getPinnedPosts()) : null, ]; ]; if (isset($_GET['nsfw'])) { if (isset($_GET['nsfw'])) { Loading