diff --git a/products/ASC.Files/Core/Core/Security/FileSecurity.cs b/products/ASC.Files/Core/Core/Security/FileSecurity.cs index 8fce590d37..c0e14343cc 100644 --- a/products/ASC.Files/Core/Core/Security/FileSecurity.cs +++ b/products/ASC.Files/Core/Core/Security/FileSecurity.cs @@ -1571,13 +1571,7 @@ await externalShare.ValidateRecordAsync(ace, null, isAuthenticated, e) != Status break; default: - if (e.Access == FileShare.RoomManager || - (e.Access == FileShare.ContentCreator && e.CreateBy == authContext.CurrentAccount.ID)) - { - return true; - } - - break; + return true; } break;