From 7a22afa9ec9603b52aa143c842d73b01c9c7eeb8 Mon Sep 17 00:00:00 2001 From: Licaon_Kter Date: Fri, 25 Jun 2021 15:12:17 +0000 Subject: [PATCH] Config docs typos --- docs/source/configuration.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/configuration.rst b/docs/source/configuration.rst index 734794c82..6d6bbc84c 100644 --- a/docs/source/configuration.rst +++ b/docs/source/configuration.rst @@ -800,7 +800,7 @@ embed_audio If set to ``false``, audio files won't be embedded in chats, instead only their links will be shown. -It also accepts an array strings of whitelisted domain names to only render videos that belong to those domains. +It also accepts an array strings of whitelisted domain names to only render audio files that belong to those domains. E.g. ``['conversejs.org']`` @@ -1513,7 +1513,7 @@ muc_show_ogp_unfurls Supports showing extra metadata (picture and description) for URLs contained in groupchat messages. -The metadat must come from the MUC itself, metadata sent from participants +The metadata must come from the MUC itself, metadata sent from participants themselves will not be shown. For Prosody XMPP server, `mod_ogp `_ can be used.