isRemote --> isLink

This commit is contained in:
syuilo
2019-04-09 23:07:08 +09:00
parent 74a4bd704c
commit ea06665c51
4 changed files with 5 additions and 5 deletions

View File

@ -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