npm stream-chat 2.7.1
Shadow Ban

latest releases: 8.1.1, 8.1.0, 8.0.0...
3 years ago

Feature

  • New functions to shadow ban a user from one or all channels #447
// global shadow ban on all channels
client.shadowBan(target_user_id);
client.removeShadowBan(target_user_id);

// channel speceifc shadow ban
channel.shadowBan(target_user_id);
channel.removeShadowBan(target_user_id);

Fix

  • Ignore shadowed messages in the unread count #475
  • Remove duplicated _initializeState call #473

Chore

  • Upgrade dependencies #477

Don't miss a new stream-chat release

NewReleases is sending notifications on new releases.