This commit is contained in:
2026-04-19 17:58:06 +09:00
parent 96307af509
commit 58429c5e8b
4 changed files with 5 additions and 7 deletions
@@ -14,6 +14,6 @@ class NicoTagVersionRecorder < VersionRecorder
def record_key = :tag
def snapshot_attributes
{ name: @record.name, linked_tags: @record.snapshot_linked_tags.join(' ') }
{ name: @record.name, linked_tags: @record.snapshot_linked_tag_names.join(' ') }
end
end
@@ -18,7 +18,7 @@ class PostVersionRecorder < VersionRecorder
url: @record.url,
thumbnail_base: @record.thumbnail_base,
tags: @record.snapshot_tag_names.join(' '),
parent: @record.parent,
parent_id: @record.parent_id,
original_created_from: @record.original_created_from,
original_created_before: @record.original_created_before }
end