outbox with last

This commit is contained in:
me 2024-12-17 10:46:59 +02:00
parent 462d9d52c5
commit 17e41b10b8

View file

@ -142,7 +142,7 @@ handleOutbox details items = do
{ summary = details.username <> "'s notes" { summary = details.username <> "'s notes"
, items = items , items = items
, first = Just $ outboxUrl <> "?page=true" , first = Just $ outboxUrl <> "?page=true"
, last = Nothing , last = Just $ outboxUrl <> "?page=true"
} }
in A.encode content in A.encode content
Twain.send $ jsonLD response Twain.send $ jsonLD response