Added Gab Deck initial mvp

• Added:
- Gab Deck initial mvp
This commit is contained in:
mgabdev
2020-12-05 23:47:48 -05:00
parent 2f798ca1bd
commit ba8e8942dc
22 changed files with 507 additions and 25 deletions

View File

@@ -52,7 +52,7 @@ class ReactController < ApplicationController
end
def find_route_matches
request.path.match(/\A\/(home|news|api|suggestions|links|chat_conversations|chat_conversation_accounts|messages|shortcuts|group|groups|list|lists|notifications|tags|compose|follow_requests|admin|account|settings|filters|timeline|blocks|mutes)/)
request.path.match(/\A\/(home|news|api|deck|suggestions|links|chat_conversations|chat_conversation_accounts|messages|shortcuts|group|groups|list|lists|notifications|tags|compose|follow_requests|admin|account|settings|filters|timeline|blocks|mutes)/)
end
def find_public_route_matches