Merge remote-tracking branch 'origin/develop' into threecolumn
* origin/develop: Fix virtual scrolling when the user has a lot of pinned statuses fix "allow discovery" setting misbehaving
This commit is contained in:
commit
2c876f455a
2 changed files with 7 additions and 3 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue