From 864b6c6563c6d9488d9f44a7107b8d38bc638904 Mon Sep 17 00:00:00 2001 From: kloo kloo Date: Sat, 17 May 2025 17:15:09 +0000 Subject: [PATCH] Edit Platforms.php add discourse --- modules/Platforms/Platforms.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/Platforms/Platforms.php b/modules/Platforms/Platforms.php index 019f6847..72743d0c 100644 --- a/modules/Platforms/Platforms.php +++ b/modules/Platforms/Platforms.php @@ -274,6 +274,11 @@ class Platforms 'home_url' => 'https://discord.com/', 'submit_url' => 'https://discord.com/register', ], + 'discourse' => [ + 'label' => 'Discourse', + 'home_url' => 'https://www.discourse.org/', + 'submit_url' => null, + ], 'facebook' => [ 'label' => 'Facebook', 'home_url' => 'https://www.facebook.com/',