projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2847fc8
)
add option to not deny follow if blocked
author
squidboi
<squidboi@waifu.club>
Sat, 9 Jun 2018 00:47:24 +0000
(17:47 -0700)
committer
squidboi
<squidboi@waifu.club>
Sat, 9 Jun 2018 00:47:24 +0000
(17:47 -0700)
config/config.exs
patch
|
blob
|
history
diff --git
a/config/config.exs
b/config/config.exs
index dc2b42a8bcda87839e752ab6ebe2fe542f090c59..ea08a5f7188f01e09cc8478b416edd53e086e3a2 100644
(file)
--- a/
config/config.exs
+++ b/
config/config.exs
@@
-62,6
+62,9
@@
config :pleroma, :activitypub,
unfollow_blocked: true,
outgoing_blocks: true
+config :pleroma, :activitypub,
+ deny_follow_blocked: true
+
config :pleroma, :mrf_simple,
media_removal: [],
media_nsfw: [],