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/index.es.js CHANGED
@@ -15671,7 +15671,7 @@ var StreamChat = /*#__PURE__*/function () {
15671
15671
  case 2:
15672
15672
  clonedMessage = _extends({}, message);
15673
15673
  delete clonedMessage.id;
15674
- reservedMessageFields = ['command', 'created_at', 'html', 'latest_reactions', 'own_reactions', 'quoted_message', 'reaction_counts', 'reply_count', 'type', 'updated_at', 'user', '__html'];
15674
+ reservedMessageFields = ['command', 'created_at', 'html', 'latest_reactions', 'own_reactions', 'quoted_message', 'reaction_counts', 'reply_count', 'type', 'updated_at', 'user', 'pinned_at', '__html'];
15675
15675
  reservedMessageFields.forEach(function (item) {
15676
15676
  if (clonedMessage[item] != null) {
15677
15677
  delete clonedMessage[item];
@@ -16096,7 +16096,7 @@ var StreamChat = /*#__PURE__*/function () {
16096
16096
  return this.userAgent;
16097
16097
  }
16098
16098
 
16099
- var version = "8.57.5";
16099
+ var version = "8.57.6";
16100
16100
  var clientBundle = "";
16101
16101
  var userAgentString = '';
16102
16102