]> cat aescling's git repositories - mastodon.git/commit
Fix wrong param name in scheduled statuses and return params in API (#9725)
authorEugen Rochko <eugen@zeonfederated.com>
Sun, 6 Jan 2019 11:03:27 +0000 (12:03 +0100)
committerGitHub <noreply@github.com>
Sun, 6 Jan 2019 11:03:27 +0000 (12:03 +0100)
commit1cbdf8d218dcd07889d14e4f5f22a4339bddb879
treef2f6e11a663220a706f6069987f1aa708ab831f4
parent8ad57a0426402831373f9f45705774f875b5b65d
Fix wrong param name in scheduled statuses and return params in API (#9725)

The database column and API param are called in_reply_to_id, not
in_reply_to_status_id, so it makes no sense to encode it that way
app/serializers/rest/scheduled_status_serializer.rb
app/services/post_status_service.rb
app/workers/publish_scheduled_status_worker.rb