From 04cf1ad7ceb439a6b601c70fd8599798258885fe Mon Sep 17 00:00:00 2001 From: mgabdev <> Date: Fri, 30 Oct 2020 12:56:03 -0500 Subject: [PATCH] Added a few route matches in ReactController MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit • Added: - a few route matches in ReactController --- app/controllers/react_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/react_controller.rb b/app/controllers/react_controller.rb index 2ff7b357..ce84c320 100644 --- a/app/controllers/react_controller.rb +++ b/app/controllers/react_controller.rb @@ -52,7 +52,7 @@ class ReactController < ApplicationController end def find_route_matches - request.path.match(/\A\/(home|news|shortcuts|group|groups|list|lists|notifications|tags|compose|follow_requests|admin|account|settings|filters|timeline|blocks|domain_blocks|mutes)/) + request.path.match(/\A\/(home|news|suggestions|links|messages|shortcuts|group|groups|list|lists|notifications|tags|compose|follow_requests|admin|account|settings|filters|timeline|blocks|domain_blocks|mutes)/) end def find_public_route_matches