1
0
mirror of https://github.com/bitwarden/server synced 2025-12-17 08:43:27 +00:00

do not send push notifications to device that intiated the cipher create/update/delete since that device should arleady be handling the action after API response.

This commit is contained in:
Kyle Spearrin
2016-08-06 02:29:15 -04:00
parent 929e264549
commit f07e9e9dd0
4 changed files with 32 additions and 10 deletions

View File

@@ -9,5 +9,6 @@ namespace Bit.Core
public class CurrentContext
{
public virtual User User { get; set; }
public virtual string DeviceIdentifier { get; set; }
}
}