fix: make groups private by default (#3474)

This commit is contained in:
p0lycarpio
2024-04-16 22:12:00 +02:00
committed by GitHub
parent 6bd5a82b92
commit 6e1112c73e

View File

@@ -6,7 +6,7 @@ from mealie.schema._mealie import MealieModel
class UpdateGroupPreferences(MealieModel):
private_group: bool = False
private_group: bool = True
first_day_of_week: int = 0
# Recipe Defaults