feat: hide shorts in home

This commit is contained in:
DIYgod 2023-08-26 03:30:37 +01:00
parent a7c190b55c
commit cf87ea0f4e
No known key found for this signature in database
1 changed files with 10 additions and 0 deletions

View File

@ -111,6 +111,11 @@ export async function getFeed({
path: "tags",
array_starts_with: "comment"
}
}, {
content: {
path: "tags",
array_starts_with: "short" # TODO: remove this
}
}]
},
},
@ -619,6 +624,11 @@ export async function getFeed({
path: "tags",
array_starts_with: "comment"
}
}, {
content: {
path: "tags",
array_starts_with: "short" # TODO: remove this
}
}]
},
OR: [