forked from FoundKeyGang/FoundKey
Clean up
This commit is contained in:
parent
0144575f3f
commit
d849ea9b41
1 changed files with 0 additions and 5 deletions
|
@ -259,11 +259,6 @@ export const pack = async (
|
|||
|
||||
// When requested a detailed note data
|
||||
if (opts.detail) {
|
||||
//#region 重いので廃止
|
||||
_note.prev = null;
|
||||
_note.next = null;
|
||||
//#endregion
|
||||
|
||||
if (_note.replyId) {
|
||||
// Populate reply to note
|
||||
_note.reply = pack(_note.replyId, meId, {
|
||||
|
|
Loading…
Reference in a new issue