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
@@ -57,7 +57,7 @@ class Tag < ApplicationRecord
end
end
end
tags << Tag.tagme if with_tagme && tags.size < 20 && tags.none?(Tag.tagme)
tags << Tag.tagme if with_tagme && tags.size < 10 && tags.none?(Tag.tagme)
tags.uniq
end