enhance: 各ノートが被クリップ数を保持するようにし、無意味にnotes/clipsを叩かないように
This commit is contained in:
@@ -340,6 +340,8 @@ export class NoteEntityService implements OnModuleInit {
|
||||
url: note.url ?? undefined,
|
||||
|
||||
...(opts.detail ? {
|
||||
clippedCount: note.clippedCount,
|
||||
|
||||
reply: note.replyId ? this.pack(note.reply ?? note.replyId, me, {
|
||||
detail: false,
|
||||
_hint_: options?._hint_,
|
||||
|
Reference in New Issue
Block a user