みてるぞ 4 days ago
parent
commit
6e445965cc
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      backend/lib/tasks/sync_nico.rake

+ 1
- 1
backend/lib/tasks/sync_nico.rake View File

@@ -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


Loading…
Cancel
Save