mirror of
https://github.com/bitwarden/mobile
synced 2025-12-12 14:23:26 +00:00
cascade null to sites on folder delete
This commit is contained in:
@@ -8,5 +8,6 @@ namespace Bit.App.Abstractions
|
||||
public interface IFolderRepository : IRepository<FolderData, string>
|
||||
{
|
||||
Task<IEnumerable<FolderData>> GetAllByUserIdAsync(string userId);
|
||||
Task DeleteWithSiteUpdateAsync(string id, DateTime revisionDate);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user