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:
@@ -9,5 +9,6 @@ namespace Bit.Core
|
||||
public class CurrentContext
|
||||
{
|
||||
public virtual User User { get; set; }
|
||||
public virtual string DeviceIdentifier { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user