Skip to content

fix(server): message create in chapter processed book

Pokhi requested to merge fix/1286 into book-version-feature

Targets: #1286 (closed)

Changes proposed

This MR fixes the following errors which comes when a new chat message is sent from book component:

  1. TypeError: (bookComponentPreviewers || []).concat is not a function
  2. TypeError: (bookComponentAuthors || []).concat is not a function

Merge request reports