Skip to content

Commit

Permalink
fix(getChats-api): add members to ChannelGroup object instantiation (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jrainville authored Apr 4, 2022
1 parent 4d39547 commit 6691516
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions services/chat/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ func (api *API) GetChats(ctx context.Context) (map[string]ChannelGroup, error) {
Verified: community.Verified(),
Description: community.DescriptionText(),
Permissions: community.Description().Permissions,
Members: community.Description().Members,
CanManageUsers: community.CanManageUsers(community.MemberIdentity()),
Muted: community.Muted(),
}
Expand Down

0 comments on commit 6691516

Please sign in to comment.