feat(llc): add hide_history flag in channel.addMembers.
Signed-off-by: xsahil03x <[email protected]>
This commit is contained in:
@@ -1044,12 +1044,14 @@ class StreamChatClient {
|
||||
String channelType,
|
||||
List<String> memberIds, {
|
||||
Message? message,
|
||||
bool hideHistory = false,
|
||||
}) =>
|
||||
_chatApi.channel.addMembers(
|
||||
channelId,
|
||||
channelType,
|
||||
memberIds,
|
||||
message: message,
|
||||
hideHistory: hideHistory,
|
||||
);
|
||||
|
||||
/// Remove members from the channel
|
||||
|
||||
Reference in New Issue
Block a user