changeset 3684:0f3cb1247682

mod_muc_media_metadata: Fix example config
author Matthew Wild <mwild1@gmail.com>
date Sun, 29 Sep 2019 16:50:59 +0100
parents 1432020c33c7
children 26dc8320b81b
files mod_muc_media_metadata/README.markdown
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mod_muc_media_metadata/README.markdown	Sun Sep 29 16:49:42 2019 +0100
+++ b/mod_muc_media_metadata/README.markdown	Sun Sep 29 16:50:59 2019 +0100
@@ -11,7 +11,7 @@
 ``` {.lua}
 Component "rooms.example.net" "muc"
 modules_enabled = {
-    "muc_hide_media";
+    "muc_media_metadata";
 }
 ```