diff --git a/app/controllers/react_controller.rb b/app/controllers/react_controller.rb index b5b20b29..e7370177 100644 --- a/app/controllers/react_controller.rb +++ b/app/controllers/react_controller.rb @@ -36,7 +36,7 @@ class ReactController < ApplicationController end def find_route_matches - request.path.match(/\A\/(home|welcome|group|groups|list|lists|notifications|tags|compose|follow_requests|admin|account|settings|filters|timeline|blocks|domain_blocks|mutes)/) + request.path.match(/\A\/(home|group|groups|list|lists|notifications|tags|compose|follow_requests|admin|account|settings|filters|timeline|blocks|domain_blocks|mutes)/) end def find_public_route_matches