このコミットが含まれているのは:
2026-07-15 23:29:19 +09:00
コミット 9af4670c6c
5個のファイルの変更183行の追加187行の削除
+2 -1
ファイルの表示
@@ -148,7 +148,8 @@ class PostsController < ApplicationController
original_created_from: params[:original_created_from],
original_created_before: params[:original_created_before],
parent_post_ids: parse_parent_post_ids,
video_ms: params[:video_ms] }).create!
video_ms: params[:video_ms],
duration: params[:duration] }).create!
post.reload
render json: PostRepr.base(post), status: :created