From d751555e096e9ff320015a09663a554e677b2fd7 Mon Sep 17 00:00:00 2001 From: Erlaan Date: Thu, 13 Jul 2023 08:20:56 +0200 Subject: [PATCH 1/2] Fixing requiremnts for Discord-bridge --- bridges/go/setup.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bridges/go/setup.md b/bridges/go/setup.md index b96c0be..16c1597 100644 --- a/bridges/go/setup.md +++ b/bridges/go/setup.md @@ -43,8 +43,10 @@ their documentation to find support rooms. Shared postgres instance is fine, but shared database is not. * **mautrix-whatsapp**: A WhatsApp client running on a phone (both physical and virtual phones work). -* **mautrix-whatsapp**: +* **mautrix-whatsapp**: ffmpeg (if you want to send gifs from Matrix). +* **mautrix-discord**: + LottieConverter needs to be installed https://github.com/sot-tech/LottieConverter If you want to compile the bridge manually (which is not required), you'll also need: From a89cc3e4590dab1da81c86e67ea7a75df92292cd Mon Sep 17 00:00:00 2001 From: Erlaan Date: Thu, 13 Jul 2023 08:36:30 +0200 Subject: [PATCH 2/2] Added som requirments for Discord bridge --- bridges/go/setup.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/bridges/go/setup.md b/bridges/go/setup.md index 16c1597..fb30052 100644 --- a/bridges/go/setup.md +++ b/bridges/go/setup.md @@ -43,10 +43,12 @@ their documentation to find support rooms. Shared postgres instance is fine, but shared database is not. * **mautrix-whatsapp**: A WhatsApp client running on a phone (both physical and virtual phones work). -* **mautrix-whatsapp**: +* **mautrix-whatsapp**: ffmpeg (if you want to send gifs from Matrix). * **mautrix-discord**: - LottieConverter needs to be installed https://github.com/sot-tech/LottieConverter + [LottieConverter](https://github.com/sot-tech/LottieConverter) (If not installed and someone sending a gif it will crash) +* **mautrix-discord**: + ffmpeg (If not installed and someone sending a gif it will crash) If you want to compile the bridge manually (which is not required), you'll also need: