Add maybe_anonymize_reporter/1
This commit is contained in:
parent
29be5018b0
commit
27d271b4ef
4 changed files with 92 additions and 1 deletions
|
|
@ -364,7 +364,9 @@ config :pleroma, :activitypub,
|
|||
note_replies_output_limit: 5,
|
||||
sign_object_fetches: true,
|
||||
authorized_fetch_mode: false,
|
||||
client_api_enabled: false
|
||||
client_api_enabled: false,
|
||||
anonymize_reporter: false,
|
||||
anonymize_reporter_local_nickname: ""
|
||||
|
||||
config :pleroma, :streamer,
|
||||
workers: 3,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue