This commit is contained in:
2025-10-11 18:18:27 +09:00
parent 19a17e7ba7
commit 221d816c16
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ namespace :nico do
end
tags_to_add.concat([tag] + tag.linked_tags)
end
tags_to_add << Tag.tagme if post.tags.size < 20
tags_to_add << Tag.tagme if post.tags.size < 10
tags_to_add << Tag.bot
post.tags = (post.tags + tags_to_add).uniq
end