1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-05 18:12:48 -05:00

Push service fixes. Specific pushes for cipher type deletes.

This commit is contained in:
Kyle Spearrin
2016-06-29 21:17:46 -04:00
parent b16c0ca087
commit 00d79d0fff
2 changed files with 20 additions and 4 deletions

View File

@ -4,7 +4,8 @@
{
SyncCipherUpdate = 0,
SyncCipherCreate = 1,
SyncCipherDelete = 2,
SyncCiphers = 3
SyncSiteDelete = 2,
SyncFolderDelete = 3,
SyncCiphers = 4
}
}