mirror of
https://github.com/bitwarden/mobile
synced 2026-01-10 12:33:28 +00:00
repurpose vaultlistpage to also serve favorites page
This commit is contained in:
@@ -8,5 +8,6 @@ namespace Bit.App.Abstractions
|
||||
public interface ISiteRepository : IRepository<SiteData, string>
|
||||
{
|
||||
Task<IEnumerable<SiteData>> GetAllByUserIdAsync(string userId);
|
||||
Task<IEnumerable<SiteData>> GetAllByUserIdAsync(string userId, bool favorite);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user