Fix Peertube crash:

Peertube could crash when someone attemps to connect to Websocket endpoint during plugin initialization.
This commit is contained in:
John Livingston
2023-04-17 11:14:41 +02:00
parent aa1170a3f4
commit 310419ad66
2 changed files with 5 additions and 1 deletions

View File

@ -11,6 +11,7 @@
* Diagnostic tool: add the result of `prosodyctl check` in the debug section.
* New debug mode
* Fix room topic: due to a [bug in mod_muc_http_defaults](https://hg.prosody.im/prosody-modules/rev/6d99ddd99694), room topics were badly configured. The plugin will fix them at startup, and stops trying to set the subject.
* Fix Peertube crash when someone attemps to connect to Websocket endpoint during plugin initialization.
## 6.2.3