drop lastCommunicatedAt of instance
This commit is contained in:
@@ -179,7 +179,6 @@ export class InboxProcessorService {
|
||||
this.federatedInstanceService.registerOrFetchInstanceDoc(authUser.user.host).then(i => {
|
||||
this.instancesRepository.update(i.id, {
|
||||
latestRequestReceivedAt: new Date(),
|
||||
lastCommunicatedAt: new Date(),
|
||||
isNotResponding: false,
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user