File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ import { v4 as uuidv4 } from 'uuid';
2626import type { AccountService } from './account/account.service' ;
2727import { mapActorToExternalAccountData } from './account/utils' ;
2828import { type ContextData , fedify } from './app' ;
29- import { ACTOR_DEFAULT_HANDLE } from './constants' ;
3029import { isFollowedByDefaultSiteAccount } from './helpers/activitypub/actor' ;
3130import { getUserData } from './helpers/user' ;
3231import { addToList } from './kv-helpers' ;
@@ -43,7 +42,6 @@ export const actorDispatcher = (
4342 ctx : RequestContext < ContextData > ,
4443 handle : string ,
4544 ) {
46- if ( handle !== ACTOR_DEFAULT_HANDLE ) return null ;
4745 const site = await siteService . getSiteByHost ( ctx . host ) ;
4846 if ( site === null ) return null ;
4947
You can’t perform that action at this time.
0 commit comments