Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions zeeguu/core/user_feature_toggles.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,6 @@ def _hide_recommendations(user):

from .model.user import User
from .model.cohort import Cohort
from datetime import datetime, date
GAMIFICATION_START_DATE = date(2026, 4, 1)
def _gamification(user: User):
"""
Enable general gamification features for users whose invitation with the gamification invite code,
Expand Down
Loading