Merge branch 'develop' into 'develop'
fix feed query params Co-authored-by: CGsama <CGsama@outlook.com> See merge request firefish/firefish!10654
This commit is contained in:
commit
42fc787731
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