forked from AkkomaGang/akkoma-fe
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
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ const persistedStateOptions = {
|
|||
'config.hideNsfw',
|
||||
'config.autoLoad',
|
||||
'config.hoverPreview',
|
||||
'config.streaming',
|
||||
'config.muteWords',
|
||||
'users.lastLoginName'
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue