BOD-14 Added virtualization for messages with known bug. Added messages geting marked as read.
This commit is contained in:
@@ -10,8 +10,8 @@ import applicationReducer from "./application/application.reducer";
|
||||
const persistConfig = {
|
||||
key: "root",
|
||||
storage,
|
||||
//whitelist: ["user"]
|
||||
blacklist: ["user", "email", "messaging", "modals"]
|
||||
whitelist: ["messaging"],
|
||||
blacklist: ["user", "email", "modals"],
|
||||
};
|
||||
|
||||
const rootReducer = combineReducers({
|
||||
@@ -19,7 +19,7 @@ const rootReducer = combineReducers({
|
||||
messaging: messagingReducer,
|
||||
email: emailReducer,
|
||||
modals: modalsReducer,
|
||||
application: applicationReducer
|
||||
application: applicationReducer,
|
||||
});
|
||||
|
||||
export default persistReducer(persistConfig, rootReducer);
|
||||
|
||||
Reference in New Issue
Block a user