tangled
alpha
login
or
join now
cosmik.network
/
semble
43
fork
atom
A social knowledge tool for researchers built on ATProto
43
fork
atom
overview
issues
13
pulls
pipelines
remove unused deps
Wesley Finck
4 months ago
e7dfb199
238d427a
-4
1 changed file
expand all
collapse all
unified
split
src
modules
feeds
application
useCases
queries
GetGlobalFeedUseCase.ts
-4
src/modules/feeds/application/useCases/queries/GetGlobalFeedUseCase.ts
···
11
11
} from '../../../../cards/domain/ICardQueryRepository';
12
12
import { ICollectionRepository } from 'src/modules/cards/domain/ICollectionRepository';
13
13
import { CollectionId } from 'src/modules/cards/domain/value-objects/CollectionId';
14
14
-
import { IIdentityResolutionService } from '../../../../atproto/domain/services/IIdentityResolutionService';
15
15
-
import { DID } from '../../../../atproto/domain/DID';
16
16
-
import { DIDOrHandle } from '../../../../atproto/domain/DIDOrHandle';
17
14
import { GetGlobalFeedResponse, FeedItem } from '@semble/types';
18
15
19
16
export interface GetGlobalFeedQuery {
···
44
41
private profileService: IProfileService,
45
42
private cardQueryRepository: ICardQueryRepository,
46
43
private collectionRepository: ICollectionRepository,
47
47
-
private identityResolutionService: IIdentityResolutionService,
48
44
) {}
49
45
50
46
async execute(