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