forked from mirror/misskey
isSensitive
This commit is contained in:
parent
abb79a0b36
commit
a1094a3efc
@ -61,10 +61,12 @@ onMounted(() => {
|
|||||||
}).then(notes => {
|
}).then(notes => {
|
||||||
for (const note of notes) {
|
for (const note of notes) {
|
||||||
for (const file of note.files) {
|
for (const file of note.files) {
|
||||||
files.push({
|
if (file.isSensitive){
|
||||||
note,
|
files.push({
|
||||||
file,
|
note,
|
||||||
});
|
file,
|
||||||
|
});
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
fetching = false;
|
fetching = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user