remove assertActivityMatchesUrls in favor of three-way same-authority checks
This commit is contained in:
parent
14a81b4f85
commit
a568333ecd
13 changed files with 318 additions and 172 deletions
|
|
@ -24,6 +24,7 @@ import type {
|
|||
UsersRepository,
|
||||
} from '@/models/_.js';
|
||||
import { ApLogService } from '@/core/ApLogService.js';
|
||||
import { ApUtilityService } from '@/core/activitypub/ApUtilityService.js';
|
||||
|
||||
type MockResponse = {
|
||||
type: string;
|
||||
|
|
@ -51,6 +52,7 @@ export class MockResolver extends Resolver {
|
|||
{} as ApDbResolverService,
|
||||
loggerService,
|
||||
{} as ApLogService,
|
||||
{} as ApUtilityService,
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue