mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-12-26 17:00:19 +01:00
fix
This commit is contained in:
parent
8dad086e1c
commit
314fbc3fe7
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ export class BlockingEntityService {
|
|||
blockee: hint?.blockee ?? this.userEntityService.pack(blocking.blockeeId, me, {
|
||||
schema: 'UserDetailedNotMe',
|
||||
}),
|
||||
blockType: blocking.blockType,
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue