diff --git a/src/Fedi/Routes.hs b/src/Fedi/Routes.hs index 46225b1..ed8c546 100644 --- a/src/Fedi/Routes.hs +++ b/src/Fedi/Routes.hs @@ -142,7 +142,7 @@ handleOutbox details items = do { summary = details.username <> "'s notes" , items = items , first = Just $ outboxUrl <> "?page=true" - , last = Nothing + , last = Just $ outboxUrl <> "?page=true" } in A.encode content Twain.send $ jsonLD response