fix feed query params

Co-authored-by: CGsama <CGsama@outlook.com>
This commit is contained in:
cg sama 2024-02-07 11:34:38 +00:00 committed by naskya
parent a5bf9da0da
commit 16ab8cca36

View file

@ -315,9 +315,9 @@ const getFeed = async (
user,
thread,
history,
!Number.isNaN(noteInTitle),
Number.isNaN(noRenotes),
Number.isNaN(noReplies),
noteInTitle !== undefined,
noRenotes === undefined,
noReplies === undefined,
))
);
};