From 564f816fb97b6140ef16f19c517e6cd70039175d Mon Sep 17 00:00:00 2001 From: w33b Date: Wed, 4 Mar 2026 14:34:16 +0100 Subject: [PATCH] Add matrix nsfw rooms --- app/Http/Controllers/MatrixController.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/Http/Controllers/MatrixController.php b/app/Http/Controllers/MatrixController.php index 7c711ed..d0974d1 100644 --- a/app/Http/Controllers/MatrixController.php +++ b/app/Http/Controllers/MatrixController.php @@ -15,7 +15,9 @@ class MatrixController extends Controller { $rooms = [ ['name' => '🏠 General', 'description' => 'Our main chat.', 'alias' => 'https://matrix.to/#/#general:hstream.moe'], - ['name' => '📡 Releases', 'description' => 'Were we @everyone for new releases.', 'alias' => 'https://matrix.to/#/#releases:hstream.moe'] + ['name' => '📡 Releases', 'description' => 'Were we @everyone for new releases.', 'alias' => 'https://matrix.to/#/#releases:hstream.moe'], + ['name' => '👗 NSFW 2D', 'description' => 'Channel for R18 2D Media.', 'alias' => 'https://matrix.to/#/#nsfw:hstream.moe'], + ['name' => '👗 NSFW IRL', 'description' => 'Channel for R18 IRL Media.', 'alias' => 'https://matrix.to/#/#nsfw-irl:hstream.moe'] ]; return view('matrix.index', [