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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user