revert: always get detailed user

This commit is contained in:
Mar0xy 2023-09-25 21:14:52 +02:00
parent 0ed87ddef2
commit a505e51777
No known key found for this signature in database
GPG key ID: 56569BBE47D2C828
3 changed files with 3 additions and 3 deletions

View file

@ -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,