perform(One)Activityでローカル凍結で全部弾いてしまうのはやめよう
This commit is contained in:
parent
585ff3d262
commit
dabdaf14d2
|
@ -141,7 +141,7 @@ export class ApInboxService {
|
|||
|
||||
@bindThis
|
||||
public async performOneActivity(actor: MiRemoteUser, activity: IObject, resolver?: Resolver): Promise<string | void> {
|
||||
if (actor.isSuspended) return;
|
||||
// ここでは凍結されているかどうかはチェックせず、各処理で判断する
|
||||
|
||||
if (isCreate(activity)) {
|
||||
return await this.create(actor, activity, resolver);
|
||||
|
|
Loading…
Reference in New Issue