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.
1 parent a600baa commit 8919ba1Copy full SHA for 8919ba1
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