General formatting for messaging + reshaping of messaging components and their structure.

This commit is contained in:
Patrick Fic
2020-02-21 13:20:41 -08:00
parent 9b39f28ced
commit 0639131936
17 changed files with 273 additions and 107 deletions

View File

@@ -10,7 +10,7 @@ const persistConfig = {
key: "root",
storage,
//whitelist: ["user"]
blacklist: ["user", "email"]
blacklist: ["user", "email", "messaging"]
};
const rootReducer = combineReducers({