mirror of
https://github.com/bitwarden/server
synced 2025-12-14 23:33:41 +00:00
Remove FlexibleCollections feature flag (#4481)
This commit is contained in:
@@ -29,7 +29,7 @@ public interface ICollectionRepository : IRepository<Collection, Guid>
|
||||
/// Return all collections a user has access to across all of the organization they're a member of. Includes permission
|
||||
/// details for each collection.
|
||||
/// </summary>
|
||||
Task<ICollection<CollectionDetails>> GetManyByUserIdAsync(Guid userId, bool useFlexibleCollections);
|
||||
Task<ICollection<CollectionDetails>> GetManyByUserIdAsync(Guid userId);
|
||||
|
||||
/// <summary>
|
||||
/// Returns all collections for an organization, including permission info for the specified user.
|
||||
|
||||
Reference in New Issue
Block a user