Skip to content

Commit

Permalink
Broadcast published(createdAt) of account
Browse files Browse the repository at this point in the history
  • Loading branch information
atsu1125 committed Sep 28, 2023
1 parent 5799a11 commit b895645
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/remote/activitypub/renderer/person.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ export default async (user: ILocalUser) => {
tag,
manuallyApprovesFollowers: user.isLocked || user.carefulRemote,
discoverable: !!user.isExplorable,
published: user.createdAt.toISOString(),
searchableBy: user.searchableBy === 'none' ? [] : ['https://www.w3.org/ns/activitystreams#Public'],
publicKey: renderKey(user, `#main-key`),
isCat: user.isCat,
Expand Down

0 comments on commit b895645

Please sign in to comment.