isRemote --> isLink
This commit is contained in:
parent
74a4bd704c
commit
ea06665c51
4 changed files with 5 additions and 5 deletions
|
|
@ -375,7 +375,7 @@ export default async function(
|
|||
file.folderId = folder !== null ? folder.id : null;
|
||||
file.comment = comment;
|
||||
file.properties = properties;
|
||||
file.isRemote = isLink;
|
||||
file.isLink = isLink;
|
||||
file.isSensitive = Users.isLocalUser(user) && user.alwaysMarkNsfw ? true :
|
||||
(sensitive !== null && sensitive !== undefined)
|
||||
? sensitive
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue