Skip to content

Commit

Permalink
[MM-19190] Include deactivated users in gm channel header chann… (mat…
Browse files Browse the repository at this point in the history
  • Loading branch information
mickmister committed Oct 8, 2019
1 parent b8a83f4 commit cd0ba86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/channel_header/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ function makeMapStateToProps() {
const dmUserId = getUserIdFromChannelName(user.id, channel.name);
dmUser = getUser(state, dmUserId);
} else if (channel && channel.type === General.GM_CHANNEL) {
gmMembers = doGetProfilesInChannel(state, channel.id, true);
gmMembers = doGetProfilesInChannel(state, channel.id, false);
}
const stats = getCurrentChannelStats(state) || {member_count: 0, guest_count: 0};

Expand Down

0 comments on commit cd0ba86

Please sign in to comment.