上映会にコメント機能追加(#297) #299

マージ済み
みてるぞ が 15 個のコミットを feature/297 から main へマージ 2026-03-26 23:01:55 +09:00
コミット 76f8e6875e の変更だけを表示してゐます - すべてのコミットを表示
+3 -1
ファイルの表示
@@ -31,7 +31,9 @@ class TheatresController < ApplicationController
post_started_at = theatre.current_post_started_at
end
render json: { host_flg:, post_id:, post_started_at: }
render json: {
host_flg:, post_id:, post_started_at:,
watching_users: theatre.watching_users.as_json(only: [:id, :name]) }
end
def next_post