minor
This commit is contained in:
parent
da89b9f2c2
commit
cecb7d719e
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ module.exports = {
|
|||
cc: [`${config.baseurl}/federation/u/${name}/followers`],
|
||||
published: dayjs(e.createdAt).utc().format(),
|
||||
actor: `${config.baseurl}/federation/u/${name}`,
|
||||
object: e.toAPNote(name, req.settings.locale)
|
||||
object: e.toAPNote(name, req.settings.instance_locale)
|
||||
}))
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue