mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-09 03:04:54 -04:00
fix: make groups private by default (#3474)
This commit is contained in:
parent
6bd5a82b92
commit
6e1112c73e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user