outbox with last
This commit is contained in:
parent
462d9d52c5
commit
17e41b10b8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue