Add voters key to internal object fields
It is inlined and used to keep track of who already voted for a poll. This is expected to be confidential information and must no be exposed
This commit is contained in:
parent
885ba3a46f
commit
18d762c01b
1 changed files with 2 additions and 1 deletions
|
|
@ -21,7 +21,8 @@ defmodule Pleroma.Constants do
|
||||||
"pleroma_internal",
|
"pleroma_internal",
|
||||||
"generator",
|
"generator",
|
||||||
"rules",
|
"rules",
|
||||||
"language"
|
"language",
|
||||||
|
"voters"
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue