FEATURE: Allow expanding hidden posts for groups in SiteSetting.can_see_hidden_post (#21853)

Allow expanding hidden posts for groups in SiteSetting.can_see_hidden_post
This commit is contained in:
锦心
2023-06-01 11:32:05 +08:00
committed by GitHub
parent 6fec9628a4
commit 96a2893284
16 changed files with 97 additions and 18 deletions

View File

@@ -121,6 +121,9 @@
"can_recover": {
"type": "boolean"
},
"can_see_hidden_post": {
"type": "boolean"
},
"can_wiki": {
"type": "boolean"
},