This commit is contained in:
@@ -53,7 +53,7 @@ namespace :nico do
|
|||||||
end
|
end
|
||||||
tags_to_add << Tag.tagme if post.tags.size < 20
|
tags_to_add << Tag.tagme if post.tags.size < 20
|
||||||
tags_to_add << Tag.bot
|
tags_to_add << Tag.bot
|
||||||
post.tags.concat(tags_to_add).uniq!
|
post.tags = (post.tags + tags_to_add).uniq
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user