revert: always get detailed user
This commit is contained in:
parent
0ed87ddef2
commit
a505e51777
3 changed files with 3 additions and 3 deletions
|
@ -310,7 +310,7 @@ export class NoteEntityService implements OnModuleInit {
|
|||
createdAt: note.createdAt.toISOString(),
|
||||
userId: note.userId,
|
||||
user: this.userEntityService.pack(note.user ?? note.userId, me, {
|
||||
detail: true,
|
||||
detail: false,
|
||||
}),
|
||||
text: text,
|
||||
cw: note.cw,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue