Add star subscription indicators to sharing settings

This commit is contained in:
2023-01-26 22:28:14 +01:00
parent f9987dfe0b
commit a124782730
7 changed files with 42 additions and 18 deletions

View File

@@ -30,7 +30,10 @@ let submit = async e => {
if (single_or_all === "all") {
list.files.forEach(file => {
files.push(file.id)
// Only report files which have not been blocked yet
if (file.abuse_type !== "") {
files.push(file.id)
}
})
} else {
files.push(file.id)