mirror of
https://github.com/discourse/discourse.git
synced 2025-05-23 23:31:18 +08:00
SECURITY: Do not overwrite permissions on the General category (#21389)
Before this fix if you had modified the default general category settings they would be reset back to the default after a deploy.
This commit is contained in:
@ -92,7 +92,7 @@ module SeedData
|
||||
permissions: {
|
||||
everyone: :full,
|
||||
},
|
||||
force_permissions: true,
|
||||
force_permissions: false,
|
||||
sidebar: true,
|
||||
default_composer_category: true,
|
||||
},
|
||||
|
Reference in New Issue
Block a user