Skip to content
Snippets Groups Projects
Commit 3c3f2c65 authored by Tae Hoon's avatar Tae Hoon
Browse files

add hideISP to defaultState of config module

parent c873a18c
Branches
Tags
No related merge requests found
......@@ -5,6 +5,7 @@ const browserLocale = (window.navigator.language || 'en').split('-')[0]
export const defaultState = {
colors: {},
hideISP: false,
// bad name: actually hides posts of muted USERS
hideMutedPosts: undefined, // instance default
collapseMessageWithSubject: undefined, // instance default
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment