mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-10-31 02:03:35 -04:00 
			
		
		
		
	fix: make groups private by default (#3474)
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user