Add OEmbed iframe HTML, convert emojis on public pages, increase size of attachment thumbnails
This commit is contained in:
parent
6de079a5af
commit
aed25932b5
11 changed files with 72 additions and 7 deletions
|
@ -25,7 +25,11 @@ Rails.application.routes.draw do
|
|||
}
|
||||
|
||||
resources :accounts, path: 'users', only: [:show], param: :username do
|
||||
resources :stream_entries, path: 'updates', only: [:show]
|
||||
resources :stream_entries, path: 'updates', only: [:show] do
|
||||
member do
|
||||
get :embed
|
||||
end
|
||||
end
|
||||
|
||||
member do
|
||||
get :followers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue