Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
2023-03-22 · 5 🔍 · 7 👩💻👨💻
Engine versions
14.21.2
6.14.17
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 fordiv
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 🤓