Added LinkTimeline and PreviewCard fetching by id
• Added: - LinkTimeline and PreviewCard fetching by id
This commit is contained in:
@@ -331,10 +331,12 @@ Rails.application.routes.draw do
|
||||
resources :group, only: :show
|
||||
resources :group_collection, only: :show
|
||||
resources :group_pins, only: :show
|
||||
resources :preview_card, only: :show
|
||||
resource :explore, only: :show, controller: :explore
|
||||
end
|
||||
|
||||
resources :gab_trends, only: [:index]
|
||||
resources :links, only: :show
|
||||
resources :shop, only: [:index]
|
||||
resources :streaming, only: [:index]
|
||||
resources :custom_emojis, only: [:index]
|
||||
|
||||
@@ -88,6 +88,8 @@ defaults: &defaults
|
||||
- welcome
|
||||
- bookmarks
|
||||
- suggestions
|
||||
- link
|
||||
- links
|
||||
disallowed_hashtags: # space separated string or list of hashtags without the hash
|
||||
bootstrap_timeline_accounts: ''
|
||||
activity_api_enabled: true
|
||||
|
||||
Reference in New Issue
Block a user