mirror of
https://github.com/discourse/discourse.git
synced 2025-05-25 19:01:27 +08:00
FEATURE: Add 'groups' option to polls (#8469)
This options can be used to restrict polls to certain groups.
This commit is contained in:
@ -11,6 +11,7 @@ const WHITELISTED_ATTRIBUTES = [
|
||||
"public",
|
||||
"results",
|
||||
"chartType",
|
||||
"groups",
|
||||
"status",
|
||||
"step",
|
||||
"type"
|
||||
|
Reference in New Issue
Block a user