Skip to content
Snippets Groups Projects
Commit 1984416e authored by dakkar's avatar dakkar
Browse files

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!
parent e5ea882e
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment