mirror of
https://github.com/sim1222/misskey.git
synced 2025-07-05 18:29:53 +09:00
drop latestStatus of instance
This commit is contained in:
@ -85,7 +85,6 @@ export class DeliverProcessorService {
|
||||
// Update stats
|
||||
this.federatedInstanceService.registerOrFetchInstanceDoc(host).then(i => {
|
||||
this.instancesRepository.update(i.id, {
|
||||
latestStatus: 200,
|
||||
isNotResponding: false,
|
||||
});
|
||||
|
||||
@ -101,7 +100,6 @@ export class DeliverProcessorService {
|
||||
// Update stats
|
||||
this.federatedInstanceService.registerOrFetchInstanceDoc(host).then(i => {
|
||||
this.instancesRepository.update(i.id, {
|
||||
latestStatus: res instanceof StatusError ? res.statusCode : null,
|
||||
isNotResponding: true,
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user