stream-chat 8.57.5 → 8.57.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/browser.js CHANGED
@@ -15693,7 +15693,7 @@ var StreamChat = /*#__PURE__*/function () {
15693
15693
  case 2:
15694
15694
  clonedMessage = _extends__default['default']({}, message);
15695
15695
  delete clonedMessage.id;
15696
- reservedMessageFields = ['command', 'created_at', 'html', 'latest_reactions', 'own_reactions', 'quoted_message', 'reaction_counts', 'reply_count', 'type', 'updated_at', 'user', '__html'];
15696
+ reservedMessageFields = ['command', 'created_at', 'html', 'latest_reactions', 'own_reactions', 'quoted_message', 'reaction_counts', 'reply_count', 'type', 'updated_at', 'user', 'pinned_at', '__html'];
15697
15697
  reservedMessageFields.forEach(function (item) {
15698
15698
  if (clonedMessage[item] != null) {
15699
15699
  delete clonedMessage[item];
@@ -16118,7 +16118,7 @@ var StreamChat = /*#__PURE__*/function () {
16118
16118
  return this.userAgent;
16119
16119
  }
16120
16120
 
16121
- var version = "8.57.5";
16121
+ var version = "8.57.6";
16122
16122
  var clientBundle = "";
16123
16123
  var userAgentString = '';
16124
16124