-
- Downloads
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
Showing
- app/serializers/rest/scheduled_status_serializer.rb 5 additions, 1 deletionapp/serializers/rest/scheduled_status_serializer.rb
- app/services/post_status_service.rb 4 additions, 4 deletionsapp/services/post_status_service.rb
- app/workers/publish_scheduled_status_worker.rb 1 addition, 1 deletionapp/workers/publish_scheduled_status_worker.rb
Please register or sign in to comment