This website works better with JavaScript.
Home
Explore
Sign In
miteruzo
/
btrc-hub
Watch
1
Star
0
Fork
0
Code
Issues
35
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
#77
#23
みてるぞ
4 days ago
parent
81187ff093
commit
6e445965cc
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
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
Write
Preview
Loading…
Cancel
Save