mirror of
https://github.com/bitwarden/server.git
synced 2025-04-08 14:38:15 -05:00
dont send pushes for now since they depend on user
This commit is contained in:
parent
d266da1084
commit
8cf6e8568b
@ -44,7 +44,7 @@ namespace Bit.Core.Services
|
|||||||
await _cipherRepository.CreateAsync(cipher);
|
await _cipherRepository.CreateAsync(cipher);
|
||||||
|
|
||||||
// push
|
// push
|
||||||
await _pushService.PushSyncCipherCreateAsync(cipher);
|
//await _pushService.PushSyncCipherCreateAsync(cipher);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
@ -52,7 +52,7 @@ namespace Bit.Core.Services
|
|||||||
await _cipherRepository.ReplaceAsync(cipher);
|
await _cipherRepository.ReplaceAsync(cipher);
|
||||||
|
|
||||||
// push
|
// push
|
||||||
await _pushService.PushSyncCipherUpdateAsync(cipher);
|
//await _pushService.PushSyncCipherUpdateAsync(cipher);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -61,7 +61,7 @@ namespace Bit.Core.Services
|
|||||||
await _cipherRepository.DeleteAsync(cipher);
|
await _cipherRepository.DeleteAsync(cipher);
|
||||||
|
|
||||||
// push
|
// push
|
||||||
await _pushService.PushSyncCipherDeleteAsync(cipher);
|
//await _pushService.PushSyncCipherDeleteAsync(cipher);
|
||||||
}
|
}
|
||||||
|
|
||||||
public async Task SaveFolderAsync(Folder folder)
|
public async Task SaveFolderAsync(Folder folder)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user