mirror of
https://github.com/bitwarden/mobile
synced 2025-12-13 06:43:17 +00:00
cascade null to sites on folder delete
This commit is contained in:
@@ -7,7 +7,7 @@ namespace Bit.App.Abstractions
|
||||
{
|
||||
bool SyncInProgress { get; }
|
||||
Task<bool> SyncAsync(string id);
|
||||
Task<bool> SyncDeleteFolderAsync(string id);
|
||||
Task<bool> SyncDeleteFolderAsync(string id, DateTime revisionDate);
|
||||
Task<bool> SyncDeleteSiteAsync(string id);
|
||||
Task<bool> FullSyncAsync();
|
||||
Task<bool> IncrementalSyncAsync(TimeSpan syncThreshold);
|
||||
|
||||
Reference in New Issue
Block a user