add auto track to permitted params
This commit is contained in:
parent
31bb08bcdd
commit
acba0ea41e
|
@ -200,7 +200,8 @@ class PostsController < ApplicationController
|
||||||
:target_usernames,
|
:target_usernames,
|
||||||
:reply_to_post_number,
|
:reply_to_post_number,
|
||||||
:image_sizes,
|
:image_sizes,
|
||||||
:auto_close_days
|
:auto_close_days,
|
||||||
|
:auto_track
|
||||||
]
|
]
|
||||||
|
|
||||||
if api_key_valid?
|
if api_key_valid?
|
||||||
|
|
Loading…
Reference in New Issue