Merge pull request #32 from HorlogeSkynet/feature/allow_bot_detection

Allow "Bot tagging" by other Fediverse services
This commit is contained in:
Darius Kazemi 2019-05-25 18:11:51 -07:00 committed by GitHub
commit 4754a0dc92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -92,9 +92,8 @@ function createActor(name, domain, pubkey, displayName, imageUrl, description) {
'https://www.w3.org/ns/activitystreams',
'https://w3id.org/security/v1'
],
'id': `https://${domain}/u/${name}`,
'type': 'Person',
'type': 'Service',
'preferredUsername': `${name}`,
'inbox': `https://${domain}/api/inbox`,
'followers': `https://${domain}/u/${name}/followers`,