Add redaction and history limiting
Compare changes
@@ -6,7 +6,8 @@ class PostHistoryController < ApplicationController
@@ -6,7 +6,8 @@ class PostHistoryController < ApplicationController
@history = PostHistory.where(post_id: params[:id]).includes(:post_history_type, :user, post_history_tags: [:tag])