From 569c9044e479d3cb4f4019d375117921248c79e8 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Tue, 6 Jun 2023 22:51:18 +0100 Subject: [PATCH] Add documentation for config to skip widget_build_url for DM rooms (#25518) Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> --- docs/config.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/config.md b/docs/config.md index 33ff9e4b5a..7219edf100 100644 --- a/docs/config.md +++ b/docs/config.md @@ -320,7 +320,8 @@ The VoIP and Jitsi options are: } ``` The `widget` is the `content` of a normal widget state event. The `layout` is the layout specifier for the widget being created, - as defined by the `io.element.widgets.layout` state event. + as defined by the `io.element.widgets.layout` state event. By default this applies to all rooms, but the behaviour can be skipped for DMs + by setting the option `widget_build_url_ignore_dm` to `true`. 5. `audio_stream_url`: Optional URL to pass to Jitsi to enable live streaming. This option is considered experimental and may be removed at any time without notice. 6. `element_call`: Optional configuration for native group calls using Element Call, with the following subkeys: