# HG changeset patch # User Matthew Wild # Date 1569772259 -3600 # Node ID 0f3cb1247682cb11f46fe9571ee84be9e421a924 # Parent 1432020c33c7de2a27d05881644e5abff317fb55 mod_muc_media_metadata: Fix example config diff -r 1432020c33c7 -r 0f3cb1247682 mod_muc_media_metadata/README.markdown --- 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"; } ```