Skip to content

Commit

Permalink
Update src/channel.ts
Browse files Browse the repository at this point in the history
Co-authored-by: MartinCupela <[email protected]>
  • Loading branch information
arnautov-anton and MartinCupela authored Nov 26, 2024
1 parent 4d1b395 commit 7e88115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/channel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1661,7 +1661,7 @@ export class Channel<StreamChatGenerics extends ExtendableGenerics = DefaultGene
) {
const { state: clientState, user, userID } = this.getClient();

// add the users
// add the members and users
if (state.members) {
this._hydrateMembers({ members: state.members });

Expand Down

0 comments on commit 7e88115

Please sign in to comment.