Skip to content

Commit

Permalink
Fix #4308: pixiv_ugoira_frame_data not available through API anymore.
Browse files Browse the repository at this point in the history
  • Loading branch information
evazion committed Feb 23, 2020
1 parent 2d7f77c commit 83a3ed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/post.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1755,6 +1755,6 @@ def mark_as_translated(params)
end

def self.available_includes
[:uploader, :updater, :approver, :parent, :upload, :artist_commentary, :flags, :appeals, :notes, :comments, :children, :approvals, :replacements]
[:uploader, :updater, :approver, :parent, :upload, :artist_commentary, :flags, :appeals, :notes, :comments, :children, :approvals, :replacements, :pixiv_ugoira_frame_data]
end
end

0 comments on commit 83a3ed8

Please sign in to comment.