Skip to content
Snippets Groups Projects
Commit 91f833d1 authored by HJ's avatar HJ :fire:
Browse files

fix "allow discovery" setting misbehaving

parent 92b04ba7
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,10 @@ export const settingsMap = {
get: 'pleroma.allow_following_move',
set: 'allow_following_move'
},
'discoverable': 'source.discoverable',
'discoverable': {
get: 'source.pleroma.discoverable',
set: 'discoverable'
},
'hideFavorites': {
get: 'pleroma.hide_favorites',
set: 'hide_favorites'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment