1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-07-22 03:58:21 +00:00
This commit is contained in:
Daniel García 2021-03-14 23:35:55 +01:00
commit 8da5b99482
No known key found for this signature in database
GPG key ID: FC8A7D14C3CD543A
20 changed files with 812 additions and 2 deletions

View file

@ -394,6 +394,10 @@ pub enum UpdateType {
LogOut = 11,
SyncSendCreate = 12,
SyncSendUpdate = 13,
SyncSendDelete = 14,
None = 100,
}