Skip to content

Commit 8919ba1

Browse files
author
Jaap
committed
keep channel.members in sync on events
1 parent a600baa commit 8919ba1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/Channel/channelState.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ export const channelReducer = (state, action) => {
2323
messages: channel.state.messages,
2424
read: channel.state.read,
2525
watchers: channel.state.watchers,
26+
members: channel.state.members,
2627
typing: channel.state.typing,
2728
watcherCount: channel.state.watcher_count,
2829
};

0 commit comments

Comments
 (0)