mirror of
https://github.com/bitwarden/server.git
synced 2025-07-01 08:02:49 -05: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