Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pleroma
pleroma
Commits
03095146
Verified
Commit
03095146
authored
Jul 30, 2020
by
Haelwenn
Browse files
Default MRF to ObjectAgePolicy, 7 days threshold
parent
a6d3bb5f
Pipeline
#29264
passed with stages
in 22 minutes and 22 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
config/config.exs
View file @
03095146
...
...
@@ -391,8 +391,9 @@
accept:
[],
reject:
[]
# threshold of 7 days
config
:pleroma
,
:mrf_object_age
,
threshold:
172
_800
,
threshold:
604
_800
,
actions:
[
:delist
,
:strip_followers
]
config
:pleroma
,
:rich_media
,
...
...
@@ -718,7 +719,7 @@
config
:pleroma
,
Pleroma
.
Web
.
ApiSpec
.
CastAndValidate
,
strict:
false
config
:pleroma
,
:mrf
,
policies:
Pleroma
.
Web
.
ActivityPub
.
MRF
.
NoOp
Policy
,
policies:
Pleroma
.
Web
.
ActivityPub
.
MRF
.
ObjectAge
Policy
,
transparency:
true
,
transparency_exclusions:
[]
...
...
feld
@feld
mentioned in merge request
!2834 (merged)
·
Sep 18, 2020
mentioned in merge request
!2834 (merged)
mentioned in merge request !2834
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment