Replaced a sync file operation by an async one, to avoid blocking the server.

This commit is contained in:
John Livingston
2024-02-14 09:29:33 +01:00
parent afbc78d0e6
commit cd97d91f79
2 changed files with 2 additions and 1 deletions

View File

@ -12,6 +12,7 @@
### Minor changes and fixes
* Fix ConverseJS build: translations were missing, and only english was available.
* Replaced a sync file operation by an async one, to avoid blocking the server.
## 8.2.1