Something went wrong while fetching comments. Please try again.
Created by: thenamankumar
closes: https://github.com/sourcegraph/sourcegraph/issues/35795
This PR enabled adding org/user overrides for rollout feature flags as well which was earlier restricted to boolean feature flags.
This also performs minor refactoring over the GetUserFlags
method in the database store. There are nested loops present which need not be.