From b97ead3ecd70aae11bb93eb7bd7c039891aa4bbf Mon Sep 17 00:00:00 2001 From: Gold Holk <85619andy@gmail.com> Date: Wed, 6 May 2020 13:34:25 +0800 Subject: [PATCH] media server page name is in round bracket --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 19cd730..fe09cbd 100644 --- a/FAQ.md +++ b/FAQ.md @@ -55,7 +55,7 @@ The webhook can't do native upload of files/images to discord. Possible solution: * Disable the webhook and use only the token. (you'll loose the avatar/nick changing) -* Setup a [mediaserver](Mediaserver-setup-[advanced]) this way matterbridge will upload the files/images to the mediaserver and the webhook will post the URL of the files/images on the mediaserver. +* Setup a [mediaserver](Mediaserver-setup-(advanced)) this way matterbridge will upload the files/images to the mediaserver and the webhook will post the URL of the files/images on the mediaserver. ## Messages not being edited, but a new message with (edit) appears ? Message editing is not supported by discord using webhooks. If you want message editing, disable webhooks and use token only