forked from AkkomaGang/akkoma-fe
Merge branch 'fix-discoverable-setting' into 'develop'
fix "allow discovery" setting misbehaving See merge request pleroma/pleroma-fe!1518
This commit is contained in:
commit
96a24ec625
1 changed files with 4 additions and 1 deletions
|
@ -55,7 +55,10 @@ export const settingsMap = {
|
||||||
get: 'pleroma.allow_following_move',
|
get: 'pleroma.allow_following_move',
|
||||||
set: 'allow_following_move'
|
set: 'allow_following_move'
|
||||||
},
|
},
|
||||||
'discoverable': 'source.discoverable',
|
'discoverable': {
|
||||||
|
get: 'source.pleroma.discoverable',
|
||||||
|
set: 'discoverable'
|
||||||
|
},
|
||||||
'hideFavorites': {
|
'hideFavorites': {
|
||||||
get: 'pleroma.hide_favorites',
|
get: 'pleroma.hide_favorites',
|
||||||
set: 'hide_favorites'
|
set: 'hide_favorites'
|
||||||
|
|
Loading…
Reference in a new issue