Merge branch 'kb_development' into kb_migration
This commit is contained in:
commit
9e2390f3c9
57 changed files with 227 additions and 64 deletions
|
@ -1521,9 +1521,11 @@ ja:
|
|||
private: フォロワー限定
|
||||
private_long: フォロワーにのみ表示されます
|
||||
public: 公開
|
||||
public_long: 誰でも見ることができ、かつ公開タイムラインに表示されます
|
||||
public_long: 誰でも見ることができ、かつ連合・ローカルタイムラインに表示されます
|
||||
public_unlisted: ローカル公開
|
||||
public_unlisted_long: 誰でも見ることができますが、連合タイムラインには表示されません
|
||||
unlisted: 未収載
|
||||
unlisted_long: 誰でも見ることができますが、公開タイムラインには表示されません
|
||||
unlisted_long: 誰でも見ることができますが、連合・ローカルタイムラインには表示されません
|
||||
statuses_cleanup:
|
||||
enabled: 古い投稿を自動的に削除する
|
||||
enabled_hint: 設定した期間を過ぎた投稿は、以下の例外に該当しない限り、自動的に削除されます
|
||||
|
|
|
@ -463,7 +463,7 @@ Rails.application.routes.draw do
|
|||
|
||||
post :translate, to: 'translations#create'
|
||||
|
||||
resources :emoji_reactions, only: [:create, :update], constraints: { id: /[^\/]+/ }
|
||||
resources :emoji_reactions, only: [:create, :update, :destroy], constraints: { id: /[^\/]+/ }
|
||||
post :emoji_unreaction, to: 'emoji_reactions#destroy'
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue