From 17e41b10b89be3d2dd0d175431bb177082e4ab49 Mon Sep 17 00:00:00 2001 From: me Date: Tue, 17 Dec 2024 10:46:59 +0200 Subject: [PATCH] outbox with last --- src/Fedi/Routes.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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