minor on fedi

This commit is contained in:
les
2021-03-18 22:40:14 +01:00
parent 71a4c83c51
commit 6f35e2e1e2
3 changed files with 3 additions and 3 deletions

View File

@@ -105,7 +105,7 @@ module.exports = {
return res.status(404).send(`No record found for ${name}`)
}
const events = await Event.findAll({ include: [{ model: Tag, required: false }, Place] })
const events = await Event.findAll({ include: [{ model: Tag, required: false }, Place], limit: 10 })
log.debug(`${config.baseurl} Inside ${name} outbox, should return all events from this instance: ${events.length}`)
// https://www.w3.org/TR/activitypub/#outbox