fix
This commit is contained in:
parent
8dad086e1c
commit
314fbc3fe7
|
@ -42,6 +42,7 @@ export class BlockingEntityService {
|
|||
blockee: hint?.blockee ?? this.userEntityService.pack(blocking.blockeeId, me, {
|
||||
schema: 'UserDetailedNotMe',
|
||||
}),
|
||||
blockType: blocking.blockType,
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue