stream-chat-net icon indicating copy to clipboard operation
stream-chat-net copied to clipboard

Stream Chat official .NET API Client

Results 2 stream-chat-net issues
Sort by recently updated
recently updated
newest added

ChannelMember.User is using UserRequest therefore it does not include Online or DeactivatedAt. These values are present in the json payload and were present before the v1.0 data model refactor.

The initiator that removed the member is ignored in the request to update channel. This also leads to member.removed events (on SQS) not containing the initiator of the action. In...