mirror of
https://github.com/bitwarden/server
synced 2025-12-15 07:43:54 +00:00
Support for CipherKey and Share APIs
This commit is contained in:
@@ -104,7 +104,7 @@ namespace Bit.Core.Services
|
||||
share.UserId = user.Id;
|
||||
|
||||
// TODO: Permissions and status
|
||||
share.Permissions = null;
|
||||
share.ReadOnly = false;
|
||||
share.Status = Enums.ShareStatusType.Accepted;
|
||||
|
||||
await _shareRepository.CreateAsync(share);
|
||||
|
||||
Reference in New Issue
Block a user