New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@sendbird/chat

Package Overview
Dependencies
Maintainers
0
Versions
122
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sendbird/chat - npm Package Versions

1
35
13

4.12.0

Diff
sendbird
published 4.12.0 •

Changelog

Source

v4.12.0 (Mar 25, 2024)

Improvement

  • Added markPushNotificationAsDelivered
  • Added markPushNotificationAsClicked
  • Added token registration with device info
  • Added logViewed/logClicked in FeedChannel
  • Deprecated markAsClicked/logImpression in FeedChannel
  • (internal)Refactoring statCollector
  • Fixed a bug that onMessagesUpdated event not firing on ThreadInfo updated event
  • Exported SendbirdErrorCode
  • Improvement stability
sendbird
published 4.11.3 •

Changelog

Source

v4.11.3 (Mar 14, 2024)

Improvement

  • Added keys property to MessageTemplateListParams
  • Fixed a bug that database migration fails in a certain condition
  • Improvement stability
sendbird
published 4.11.2 •

Changelog

Source

v4.11.2 (Mar 08, 2024)

Improvement

  • Fixed a bug that markAsRead() with messages does not trigger any event in NotificationCollection
sendbird
published 4.11.1 •

Changelog

Source

v4.11.1 (Mar 07, 2024)

Improvement

  • Fixed a bug that markAsRead() with messages wrongly signals updating messages in NotificationCollection
  • Improvement stability
sendbird
published 4.11.0 •

Changelog

Source

v4.11.0 (Feb 28, 2024)

Features

MessageTemplate

Message templates created via platform API can be fetched with getMessageTemplatesByToken() and getMessageTemplate()

  • Added MessageTemplate
  • Added MessageTemplateList
  • Added MessageTemplateListParams
  • Added MessageTemplateListResult
  • Added MessageTemplateInfo
  • Added messageTemplateInfo in AppInfo
  • Added getMessageTemplatesByToken(), and getMessageTemplate() in MessageModule

Improvement

  • Fixed a bug where channel list of GroupChannelCollection was not removed when leaving a public group
  • Added get message template feature
  • Improvement stability

Improvement

  • Fixed a bug where thumbnails are not being set properly
  • Improvement stability
sendbird
published 4.10.10 •
sendbird
published 4.10.9 •

Changelog

Source

v4.10.9 (Feb 14, 2024)

Notifications

  • Added priority in NotificationMessage

Message threading

  • Added ThreadedParentMessageListQuery
  • Added createThreadedParentMessageListQuery() in GroupChannel
  • Added markThreadAsRead() in BaseMessage
  • Added setPushNotificationEnabled() in BaseMessage
  • Added totalUnreadReplyCount in BaseChannel
  • Added unreadReplyCount, memberCount, isPushNotificationEnabled in ThreadInfo

Improvement

  • Fixed a bug that unreadMessageCount does not match in a certain condition
  • Fixed a bug with markAsRead() error in a certain condition
  • Improvement stability
sendbird
published 4.10.8 •

Changelog

Source

v4.10.8 (Feb 2, 2024)

Improvement

  • Fixed a bug where onMentionReceived event is called when a mention is deleted
  • Fixed a bug: sendbird.min.js does not set the SDK to global object
  • Fixed bug where onMessagesUpdated() event do not called if localCacheEnable is false
  • Fixed bug in LogLevel order
  • Fixed issue where the parent message retrieved from the cache is a multiple files message and is not parsed correctly
  • Added appState check when throwing network exception
  • Added extendedMessagePayload to UserMessageCreateParams
  • Improvement stability
sendbird
published 4.10.7 •

Changelog

Source

v4.10.7 (Jan 17, 2024)

Improvement

  • Fixed a bug that open channel messages are stored in cache
  • Improvement stability
sendbird
published 4.10.6 •

Changelog

Source

v4.10.6 (Dec 21, 2023)

Improvement

  • Added uploadFile() in BaseChannel
  • Fixed a bug that lastMessage updates in a condition that it shouldn't