Skip to content

Commit

Permalink
feat: announcements profile is automated, so it's a service
Browse files Browse the repository at this point in the history
mastodon will show the profile as "automated" with a robot icon
  • Loading branch information
fauno committed Apr 5, 2024
1 parent f61a318 commit ac50c75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/announcements.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export class Announcements {
],
// https://www.w3.org/TR/activitystreams-vocabulary/#actor-types
id: this.actorUrl,
type: 'Person',
type: 'Service',
name: 'Announcements',
summary: `Announcements for ${new URL(this.actorUrl).hostname}`,
preferredUsername: 'announcements',
Expand Down

0 comments on commit ac50c75

Please sign in to comment.