outbox with last

This commit is contained in:
me 2024-10-26 14:13:31 +03:00
parent 3d127e7680
commit be1195c447

View file

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