fix feed query params
Co-authored-by: CGsama <CGsama@outlook.com>
This commit is contained in:
parent
a5bf9da0da
commit
16ab8cca36
1 changed files with 3 additions and 3 deletions
|
@ -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,
|
||||
))
|
||||
);
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue