mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-10-30 17:53:31 -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): | class UpdateGroupPreferences(MealieModel): | ||||||
|     private_group: bool = False |     private_group: bool = True | ||||||
|     first_day_of_week: int = 0 |     first_day_of_week: int = 0 | ||||||
|  |  | ||||||
|     # Recipe Defaults |     # Recipe Defaults | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user