mirror of
https://github.com/misskey-dev/misskey.git
synced 2025-01-14 03:53:52 +01:00
clean up
This commit is contained in:
parent
6b75bd33b9
commit
0f3491666a
1 changed files with 0 additions and 1 deletions
|
@ -159,7 +159,6 @@ export class UserFollowingService implements OnModuleInit {
|
|||
let oldAccount = await this.apPersonService.fetchPerson(oldUri);
|
||||
if (!oldAccount) continue; // oldAccountを探してもこのサーバーに存在しない場合はフォロー関係もないということなのでスルー
|
||||
|
||||
|
||||
if (this.userEntityService.isRemoteUser(movedFollower)) {
|
||||
if ((new Date()).getTime() - (oldAccount.lastFetchedAt?.getTime() ?? 0) > 10 * 1000) {
|
||||
await this.apPersonService.updatePerson(oldUri);
|
||||
|
|
Loading…
Reference in a new issue