authorized fetch: let /@instance.actor through

this is probably never actually used, but it still looks like a good
idea (also, FireFish does it)

thanks @ShittyKoper for noticing!
This commit is contained in:
dakkar 2023-12-21 18:17:19 +00:00
parent e5ea882ed7
commit 1984416e3e
1 changed files with 1 additions and 0 deletions

View File

@ -131,6 +131,7 @@ export class ActivityPubServerService {
const instanceActor = await this.instanceActorService.getInstanceActor();
if (userId === instanceActor.id) return false;
if (userId === instanceActor.username) return false;
}
let signature;