disable account migration

This commit is contained in:
syuilo
2023-04-08 20:51:36 +09:00
parent 50a9b29c48
commit 2321214c98
4 changed files with 5 additions and 6 deletions

View File

@@ -140,7 +140,7 @@ export class ApInboxService {
} else if (isFlag(activity)) {
await this.flag(actor, activity);
} else if (isMove(activity)) {
await this.move(actor, activity);
//await this.move(actor, activity);
} else {
this.logger.warn(`unrecognized activity type: ${activity.type}`);
}