Fix breaking follow relationships + add warning counts to dialogue
This commit is contained in:
parent
99a0f756ff
commit
b3f925c426
3 changed files with 12 additions and 8 deletions
|
|
@ -31,7 +31,7 @@ export default class extends Endpoint<typeof meta, typeof paramDef> { // eslint-
|
|||
@Inject(DI.usersRepository)
|
||||
private usersRepository: UsersRepository,
|
||||
|
||||
@Inject(DI.notesRepository)
|
||||
@Inject(DI.followingsRepository)
|
||||
private followingsRepository: FollowingsRepository,
|
||||
|
||||
private queueService: QueueService,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue