🐛 Fix bugs causing by upgraded to v2

This commit is contained in:
2024-12-08 15:36:03 +08:00
parent 6693acb24a
commit b9d89149b0
4 changed files with 13 additions and 24 deletions

View File

@@ -19,8 +19,8 @@ async function loadPost({ done }: any) {
offset: posts.value.length.toString(),
})
if (props.author) {
searchQueries.set("author", props.author)
if (props.publisher) {
searchQueries.set("author", props.publisher)
}
if (props.realm) {
searchQueries.set("realm", props.realm)