From 174b996b748b422e0c79b5751697bc707dea0d41 Mon Sep 17 00:00:00 2001 From: John Livingston Date: Fri, 18 Nov 2022 12:36:14 +0100 Subject: [PATCH] Updating comment. --- server/lib/prosody/config/content.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/lib/prosody/config/content.ts b/server/lib/prosody/config/content.ts index 473e4dd5..19fd9802 100644 --- a/server/lib/prosody/config/content.ts +++ b/server/lib/prosody/config/content.ts @@ -300,7 +300,7 @@ class ProsodyConfigContent { // We can also use mod_muc_moderation // NB: for now Prosody has a partial support of this feature with «internal» storage. - // It will be available in next version (0.11.8?). + // It will be available in next version (0.12.x). Requires the `set` function in mod_storage_internal this.muc.add('modules_enabled', 'muc_moderation') }