From 53009928063eca6466c959665cbfd2f3535e03b7 Mon Sep 17 00:00:00 2001 From: John Livingston Date: Wed, 4 Aug 2021 00:56:31 +0200 Subject: [PATCH] Fix doc. --- documentation/conversejs.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/documentation/conversejs.md b/documentation/conversejs.md index db38b4f3..f93ef613 100644 --- a/documentation/conversejs.md +++ b/documentation/conversejs.md @@ -26,9 +26,9 @@ The ```peertube.im``` is part of the example, you have to replace the entire val The room to join on your XMPP server. You can have a single room for all webchats, or you can use any of there placeholders: -- ```{{{VIDEO_UUID}}}``` to insert the video UUID and have a custom room for each video. -- ```{{{CHANNEL_ID}}}``` to insert the channel numerical ID and have a custom room for each channel. -- ```{{{CHANNEL_NAME}}}``` to insert the channel name (see the Peertube's documentation for possible characters) and have a custom room for each channel. +- ```{{VIDEO_UUID}}``` to insert the video UUID and have a custom room for each video. +- ```{{CHANNEL_ID}}``` to insert the channel numerical ID and have a custom room for each channel. +- ```{{CHANNEL_NAME}}``` to insert the channel name (see the Peertube's documentation for possible characters) and have a custom room for each channel. You can mix several placeholder.