Skip to content

Commit

Permalink
fix: make groups private by default (mealie-recipes#3474)
Browse files Browse the repository at this point in the history
  • Loading branch information
p0lycarpio authored Apr 16, 2024
1 parent 6bd5a82 commit 6e1112c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mealie/schema/group/group_preferences.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


class UpdateGroupPreferences(MealieModel):
private_group: bool = False
private_group: bool = True
first_day_of_week: int = 0

# Recipe Defaults
Expand Down

0 comments on commit 6e1112c

Please sign in to comment.