mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Fix actor refresh
This commit is contained in:
parent
7bc2917145
commit
6fd5ca1ec5
@ -320,6 +320,8 @@ async function refreshActorIfNeeded (actor: ActorModel) {
|
||||
await updateActorAvatarInstance(actor, result.avatarName, t)
|
||||
}
|
||||
|
||||
// Force update
|
||||
actor.setDataValue('updatedAt', new Date())
|
||||
await actor.save({ transaction: t })
|
||||
|
||||
if (actor.Account) {
|
||||
|
Loading…
Reference in New Issue
Block a user