Skip to content

Commit

Permalink
доп картинки для 2*
Browse files Browse the repository at this point in the history
  • Loading branch information
maxcom committed Feb 1, 2025
1 parent 19048ad commit 6344173
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ class GroupPermissionService(sectionService: SectionService, deleteInfoDao: Dele
def additionalImageLimit(section: Section)(implicit currentUser: AnySession): Int = {
if (isImagePostingAllowed(section) &&
section.getId == Section.SECTION_GALLERY &&
currentUser.userOpt.exists(_.getScore >= 300)) {
currentUser.userOpt.exists(_.getScore >= 200)) {
3
} else {
0
Expand Down

0 comments on commit 6344173

Please sign in to comment.