mirror of
https://github.com/paricafe/misskey.git
synced 2024-12-27 15:16:43 -06:00
clarify logging when a Move (migration) is rejected
This commit is contained in:
parent
c67f23d2c2
commit
48c1ab4777
1 changed files with 1 additions and 1 deletions
|
@ -673,7 +673,7 @@ export class ApPersonService implements OnModuleInit {
|
|||
});
|
||||
}
|
||||
|
||||
return 'skip';
|
||||
return 'skip: too soon to migrate accounts';
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue