We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1675968 + 5b2e3b1 commit 34b058aCopy full SHA for 34b058a
src/components/Channel/channelState.js
@@ -23,6 +23,7 @@ export const channelReducer = (state, action) => {
23
messages: channel.state.messages,
24
read: channel.state.read,
25
watchers: channel.state.watchers,
26
+ members: channel.state.members,
27
typing: channel.state.typing,
28
watcherCount: channel.state.watcher_count,
29
};
0 commit comments