Don't save autoExpandLimit

This commit is contained in:
Thomas Nordquist
2019-04-10 18:54:39 +02:00
parent eab20bc614
commit 8773d73ead

View File

@@ -35,6 +35,7 @@ export const loadSettings = () => async (dispatch: Dispatch<any>, getState: () =
export const storeSettings = () => async (dispatch: Dispatch<any>, getState: () => AppState) => {
const settings = {
...getState().settings.toJS(),
autoExpandLimit: undefined,
topicFilter: undefined,
visible: undefined,
}