Merge remote-tracking branch 'misskey-dev/develop' into io
This commit is contained in:
commit
d41a578235
61 changed files with 140 additions and 169 deletions
|
@ -329,9 +329,7 @@ export class NoteEntityService implements OnModuleInit {
|
|||
id: note.id,
|
||||
createdAt: this.idService.parse(note.id).date.toISOString(),
|
||||
userId: note.userId,
|
||||
user: this.userEntityService.pack(note.user ?? note.userId, me, {
|
||||
detail: false,
|
||||
}),
|
||||
user: this.userEntityService.pack(note.user ?? note.userId, me),
|
||||
text: text,
|
||||
cw: note.cw,
|
||||
visibility: note.visibility,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue