This commit is contained in:
2025-07-17 06:05:10 +09:00
parent 81187ff093
commit 6e445965cc
+1 -1
View File
@@ -53,7 +53,7 @@ namespace :nico do
end
tags_to_add << Tag.tagme if post.tags.size < 20
tags_to_add << Tag.bot
post.tags.concat(tags_to_add).uniq!
post.tags = (post.tags + tags_to_add).uniq
end
end
end