diff --git a/app/store/index.js b/app/store/index.js index e47f79186..e49da1589 100644 --- a/app/store/index.js +++ b/app/store/index.js @@ -170,6 +170,9 @@ export default function configureAppStore(initialState) { users: { ...state.entities.users, profilesInChannel, + profilesNotInTeam: [], + profilesWithoutTeam: [], + profilesNotInChannel: [], }, }; mattermostBucket.writeToFile('entities', JSON.stringify(entities), Config.AppGroupId);