Skip to content

Commit

Permalink
fix #76 Fix not being able to receive messages due to error in chat s…
Browse files Browse the repository at this point in the history
…tore
  • Loading branch information
simon-bourque committed Apr 10, 2017
1 parent c0ddd81 commit cae4ecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/modules/User/UserReducer.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ const UserReducer = (state = initialState, action) => {
return {
user: state.user,
currentStudyGroup: state.currentStudyGroup,
chat: { messages, usersInChat },
chat: { messages, users: usersInChat },
search: [],
};
}
Expand Down

0 comments on commit cae4ecc

Please sign in to comment.