Skip to content

Commit

Permalink
Mark the bot account as Service instead of a Person.
Browse files Browse the repository at this point in the history
  • Loading branch information
Glitch (fediverse-bot) committed Nov 18, 2022
1 parent 71eb764 commit 349a660
Show file tree
Hide file tree
Showing 5 changed files with 8,816 additions and 5,702 deletions.
2 changes: 1 addition & 1 deletion bot/bot-copy.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ else{
'url': process.env.BOT_AVATAR_URL,
'type': 'Image'
}],
'type': 'Person',
'type': 'Service',
'name': process.env.BOT_USERNAME,
'preferredUsername': process.env.BOT_USERNAME,
'inbox': `${bot_url}/inbox`,
Expand Down
2 changes: 1 addition & 1 deletion bot/bot.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ else{
'url': process.env.BOT_AVATAR_URL,
'type': 'Image'
}],
'type': 'Person',
'type': 'Service',
'name': process.env.BOT_USERNAME,
'preferredUsername': process.env.BOT_USERNAME,
'inbox': `${ botUrl }/inbox`,
Expand Down
Loading

0 comments on commit 349a660

Please sign in to comment.