diff options
-rw-r--r-- | server/lib/activitypub/actor.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/server/lib/activitypub/actor.ts b/server/lib/activitypub/actor.ts index 0882ab843..1e1eab54a 100644 --- a/server/lib/activitypub/actor.ts +++ b/server/lib/activitypub/actor.ts | |||
@@ -320,6 +320,8 @@ async function refreshActorIfNeeded (actor: ActorModel) { | |||
320 | await updateActorAvatarInstance(actor, result.avatarName, t) | 320 | await updateActorAvatarInstance(actor, result.avatarName, t) |
321 | } | 321 | } |
322 | 322 | ||
323 | // Force update | ||
324 | actor.setDataValue('updatedAt', new Date()) | ||
323 | await actor.save({ transaction: t }) | 325 | await actor.save({ transaction: t }) |
324 | 326 | ||
325 | if (actor.Account) { | 327 | if (actor.Account) { |