1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-05 23:53:33 +00:00

Include revision date in cipher requests (#1152)

Co-authored-by: Matt Gibson <mdgibson@Matts-MBP.lan>
This commit is contained in:
Matt Gibson
2020-11-23 14:41:43 -06:00
committed by GitHub
parent 405c4d1706
commit e27370cf32
2 changed files with 5 additions and 1 deletions

View File

@@ -176,7 +176,8 @@ namespace Bit.Core.Services
Favorite = model.Favorite,
OrganizationId = model.OrganizationId,
Type = model.Type,
CollectionIds = model.CollectionIds
CollectionIds = model.CollectionIds,
RevisionDate = model.RevisionDate
};
if (key == null && cipher.OrganizationId != null)