@glodon-aiot/chat-app-sdk 0.0.16 → 0.0.17

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/es/index.esm.js CHANGED
@@ -420473,9 +420473,6 @@ class MessageParser {
420473
420473
  }
420474
420474
  }
420475
420475
  }
420476
- if (isComplete && message.content_type === types_ContentType.Text && message.type === 'answer') {
420477
- message.content = '';
420478
- }
420479
420476
  message.section_id = message.section_id || this.sectionId;
420480
420477
  return {
420481
420478
  event: 'message',