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:
naskya 2024-02-07 11:34:38 +00:00
commit 42fc787731

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,
))
);
};