upd: move patch function and make note user always detail
This commit is contained in:
@@ -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: false,
|
||||
detail: true,
|
||||
}),
|
||||
text: text,
|
||||
cw: note.cw,
|
||||
|
||||
Reference in New Issue
Block a user