This commit is contained in:
KOBA789 2024-09-16 19:53:25 +09:00 committed by GitHub
parent 9c1164db84
commit 4c2404c426
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ export class InboxProcessorService {
this.federatedInstanceService.fetch(authUser.user.host).then(i => {
this.updateInstanceQueue.enqueue(i.id, {
latestRequestReceivedAt: new Date(),
shouldUnsuspend: job.suspensionState === 'autoSuspendedForNotResponding',
shouldUnsuspend: i.suspensionState === 'autoSuspendedForNotResponding',
});
this.fetchInstanceMetadataService.fetchInstanceMetadata(i);