6.0.1


2023-03-22 · 5 · 7 ‍‍

Engine versions

  • Node: 14.21.2
  • NPM: 6.14.17
  • MongoDB: 4.4, 5.0, 6.0
Minor changes
  • fix: Apps.engine resource consumption (#28514)

    Added some validations to avoid doing unnecessary updates and also avoid loop that causes high server usage

  • fix: Changing the app's error verification (#28450)

  • fix: Horizontal scroll in main room if text is too long (#28434)

    Removed inline styles from elements and substituted p tag for div

    For a quick explanation, the p tag adds the multiple line breaks by default when copying text. We should revise in the parser how we deal with paragraphs and text blocks.

  • fix: Offline register option (#28467)

  • fix: Thread list not scrolling to bottom when sending a message. (#28346)

‍‍ Core Team