Skip to content
  • Hinam Mehra's avatar
    Hide snippets of banned users · 817389ee
    Hinam Mehra authored and Michael Kozono's avatar Michael Kozono committed
    - Create feature-flag hide_snippets_of_banned_users,
    which when enabled will hide snippets created by
    banned users.
    - Add scope, without_created_by_banned_user to
    Snippet model.
    - Add hidden field to Snippet GraphQL type, which
    will return true when the feature flag is enabled
    and when the author of the snippet is banned.
    
    Changelog: added
    817389ee