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,7 +61,7 @@ onMounted(() => {
|
||||
}).then(notes => {
|
||||
for (const note of notes) {
|
||||
for (const file of note.files) {
|
||||
if (file.isSensitive){
|
||||
if (!file.isSensitive){
|
||||
files.push({
|
||||
note,
|
||||
file,
|
||||
|
||||
Reference in New Issue
Block a user