3.2.2
2020-05-11 · 7 🐛 · 6 👩💻👨💻
Engine versions
- Node:
12.16.1 - NPM:
6.13.4 - MongoDB:
3.4, 3.6, 4.0
🐛 Bug fixes
-
Push settings enabled when push gateway is selected (#17582)
-
LDAP login on Enteprise Version (#17508)
-
Login Forbidden on servers that had LDAP enabled in the past (#17579)
-
Email configs not updating after setting changes (#17578)
-
Error during data export for DMs (#17577)
-
Emoji picker search broken (#17570)
-
Reactions may present empty names of who reacted when using Real Names (#17536)
When changing usernames the reactions became outdated since it's not possible to update the usernames stored there, so when the server users Real Name setting enabled the system process all messages before return to the clients and get the names of the usernames to show since the usernames are outdated the names will not be found. Now the usernames will be displayed when the name can't be found as a temporary fix until we change the architecture of the data to fix the issue.