Merge branch 'fix/persisted-stream-setting' into 'develop'
Persist streaming setting between sessions. See merge request pleroma/pleroma-fe!155
This commit is contained in:
commit
03190ab124
|
@ -45,6 +45,7 @@ const persistedStateOptions = {
|
||||||
'config.hideNsfw',
|
'config.hideNsfw',
|
||||||
'config.autoLoad',
|
'config.autoLoad',
|
||||||
'config.hoverPreview',
|
'config.hoverPreview',
|
||||||
|
'config.streaming',
|
||||||
'config.muteWords',
|
'config.muteWords',
|
||||||
'users.lastLoginName'
|
'users.lastLoginName'
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue