Skip to content

Commit

Permalink
fix: generate correct mention for announcements actor
Browse files Browse the repository at this point in the history
  • Loading branch information
catdevnull committed Mar 8, 2024
1 parent 551f2f5 commit 1f0a840
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 @@ -24,7 +24,7 @@ export class Announcements {

get mention (): string {
const url = new URL(this.publicURL)
return url.hostname
return `@announcements@${url.hostname}`
}

getActor (): ActorStore {
Expand Down

0 comments on commit 1f0a840

Please sign in to comment.