このコミットが含まれているのは:
2026-09-24 07:01:36 +09:00
コミット 1de00191ea
11個のファイルの変更108行の追加22行の削除
+2 -1
ファイルの表示
@@ -143,7 +143,8 @@ namespace :nico do
desired_tag_ids = kept_tag_ids.to_a
datum['tags'].each do |raw|
tag = ExternalTag.find_or_create_by!(platform: :nico, name: raw)
name = TagNameSanitisationRule.sanitise(raw)
tag = ExternalTag.find_or_create_by!(platform: :nico, name:)
unless tag.nico_tag_versions.exists?
NicoTagVersionRecorder.record!(external_tag: tag,