Skip to content
Snippets Groups Projects
Commit 03190ab1 authored by Shpuld Shpludson's avatar Shpuld Shpludson
Browse files

Merge branch 'fix/persisted-stream-setting' into 'develop'

Persist streaming setting between sessions.

See merge request pleroma/pleroma-fe!155
parents c3b40116 29e32416
No related branches found
No related tags found
No related merge requests found
...@@ -45,6 +45,7 @@ const persistedStateOptions = { ...@@ -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'
] ]
......
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