Add list selection on antenna setting page
This commit is contained in:
parent
d23ecd1dff
commit
f393aa2a85
3 changed files with 62 additions and 27 deletions
|
@ -42,6 +42,6 @@ class Api::V1::AntennasController < Api::BaseController
|
|||
end
|
||||
|
||||
def antenna_params
|
||||
params.permit(:title, :stl, :with_media_only, :ignore_reblog)
|
||||
params.permit(:title, :list_id, :stl, :with_media_only, :ignore_reblog)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue