AP Actor become Application (was Person)

This commit is contained in:
lesion
2021-11-11 16:40:43 +01:00
parent cb9999c9cc
commit 23cd8c92da

View File

@@ -29,7 +29,7 @@ module.exports = {
}
],
id: `${config.baseurl}/federation/u/${name}`,
type: 'Person',
type: 'Application',
summary: config.description,
name,
preferredUsername: name,