hashtag in top of tag feed, scroll to comment, chat blocking, muting, filtering
This commit is contained in:
mgabdev
2020-12-21 18:30:46 -05:00
parent ee91809e8d
commit 67d94858dc
39 changed files with 576 additions and 179 deletions

View File

@@ -227,7 +227,7 @@ Rails.application.routes.draw do
end
namespace :chat_conversation_accounts do
resource :blocked_chat_accounts, only: :show, controller: 'chat_conversation_accounts/blocked_chat_accounts'
#
end
resources :chat_conversation_accounts, only: :show do
@@ -256,6 +256,8 @@ Rails.application.routes.draw do
get :count
end
end
resources :blocked_chat_accounts, only: :index
resources :muted_conversations, only: :index
end
resources :chat_conversation, only: [:show, :create] do
@@ -268,6 +270,7 @@ Rails.application.routes.draw do
end
resources :links, only: :show
resources :hashtags, only: :show
resource :popular_links, only: :show
resources :streaming, only: [:index]
resources :custom_emojis, only: [:index]