mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-04-27 03:00:12 -04:00
If specific user accounts were allowed to use a feature, logged-out users would cause the feature flag check to fail because UnloggedUser.name exists but raises NotImplementedError. This makes the feature-world return None for user if no user is logged in.