mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-03-24 13:03:39 +00:00
isSensitive
This commit is contained in:
@@ -61,10 +61,12 @@ onMounted(() => {
|
||||
}).then(notes => {
|
||||
for (const note of notes) {
|
||||
for (const file of note.files) {
|
||||
files.push({
|
||||
note,
|
||||
file,
|
||||
});
|
||||
if (file.isSensitive){
|
||||
files.push({
|
||||
note,
|
||||
file,
|
||||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
fetching = false;
|
||||
|
||||
Reference in New Issue
Block a user