From 9178c3f3afa16e104d25ae159728e90a3bbd57c3 Mon Sep 17 00:00:00 2001 From: Yassine Doghri Date: Thu, 28 Dec 2023 16:34:32 +0000 Subject: [PATCH] fix(platforms): add matrix.org as a social platform closes #421 --- app/Database/Seeds/PlatformSeeder.php | 7 +++++++ app/Resources/icons/social/matrix.svg | 4 ++++ 2 files changed, 11 insertions(+) create mode 100644 app/Resources/icons/social/matrix.svg diff --git a/app/Database/Seeds/PlatformSeeder.php b/app/Database/Seeds/PlatformSeeder.php index eb0fd9e6..fb322041 100644 --- a/app/Database/Seeds/PlatformSeeder.php +++ b/app/Database/Seeds/PlatformSeeder.php @@ -529,6 +529,13 @@ class PlatformSeeder extends Seeder 'home_url' => 'https://joinmastodon.org/', 'submit_url' => 'https://joinmastodon.org/communities', ], + [ + 'slug' => 'matrix', + 'type' => 'social', + 'label' => 'Matrix', + 'home_url' => 'https://matrix.org/', + 'submit_url' => 'https://matrix.org/try-matrix/', + ], [ 'slug' => 'misskey', 'type' => 'social', diff --git a/app/Resources/icons/social/matrix.svg b/app/Resources/icons/social/matrix.svg new file mode 100644 index 00000000..25644485 --- /dev/null +++ b/app/Resources/icons/social/matrix.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file