1
0
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:
Kyle Spearrin
2017-02-27 22:58:01 -05:00
parent 48cf44f5b2
commit 8c7f1dd343
27 changed files with 144 additions and 53 deletions

View File

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