このコミットが含まれているのは:
2026-07-15 20:25:51 +09:00
コミット d2f1b1ed48
13個のファイルの変更85行の追加196行の削除
+1 -2
ファイルの表示
@@ -148,8 +148,7 @@ 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],
duration: params[:duration] }).create!
video_ms: params[:video_ms] }).create!
post.reload
render json: PostRepr.base(post), status: :created