2022-05-31 · 1 🚀 · 3 🐛 · 3 🔍 · 8 👩💻👨💻
🚀 Improvements
- add warnings for federation setup (#25684)
🐛 Bug fixes
-
Change form body parameter charset to UTF-8 to fix issue #25456 (#25673 by @divinespear)
since mscdex/busboy 1.5.0, new option named
defParamCharset
for form body parameter encoding is added with default valuelatin1
, so unicode filenames are broken since 4.7.0. -
Fix max-width message block (#25686)
-
Prevent federation crash on invite users as a non-owner user (#25683)
🔍 Minor changes
-
Regression: App event listeners broke Slackbridge integration and importers (#25689)
Some event listeners triggered by Apps were calling
Meteor.user()
in functions that could run outside of Meteor environment -
Regression: Broken components on Federation and Engagement dashboards (#25653)
For reasons I've no clue, any client import path matching
**/data/**
will not be included in the final bundle, failing silently on transpiling/bundling. -
Regression: Fix sort field files.list (#25687)