Cleaning up format of broadcast real-time messages, removing
redis-backed "mentions" timeline as redundant (given notifications)
This commit is contained in:
parent
1da0ce5c7c
commit
d9ca46b464
17 changed files with 26 additions and 110 deletions
|
@ -108,7 +108,6 @@ Rails.application.routes.draw do
|
|||
end
|
||||
|
||||
get '/timelines/home', to: 'timelines#home', as: :home_timeline
|
||||
get '/timelines/mentions', to: 'timelines#mentions', as: :mentions_timeline
|
||||
get '/timelines/public', to: 'timelines#public', as: :public_timeline
|
||||
get '/timelines/tag/:id', to: 'timelines#tag', as: :hashtag_timeline
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue