[backend] Fix build
This commit is contained in:
parent
cb28560dcf
commit
fbb7140d01
1 changed files with 5 additions and 4 deletions
|
@ -100,7 +100,8 @@ public class NoteRenderer(
|
|||
MimeType = f.Type,
|
||||
Url = f.AccessUrl,
|
||||
Name = f.Name,
|
||||
Alt = f.Comment
|
||||
Alt = f.Comment,
|
||||
Sensitive = f.IsSensitive
|
||||
})
|
||||
.ToList());
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue