Fix Prosody 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.
This commit is contained in:
John Livingston
2023-04-14 11:25:29 +02:00
committed by John Livingston
parent 4d6ead2621
commit d359d3ad99
3 changed files with 64 additions and 0 deletions

View File

@ -10,6 +10,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.
## 6.2.3