Skip to content

Commit

Permalink
resolve merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
christolis committed Mar 19, 2024
1 parent 75cec91 commit 3159bed
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ public final class Config {
private final HelperPruneConfig helperPruneConfig;
private final FeatureBlacklistConfig featureBlacklistConfig;
private final String selectRolesChannelPattern;
private final String memberCountCategoryPattern;
private final ApplicationFormConfig applicationFormConfig;
private final String memberCountCategoryPattern;

Expand Down Expand Up @@ -414,6 +415,15 @@ public String getSelectRolesChannelPattern() {
return selectRolesChannelPattern;
}

/**
* Gets the pattern matching the category that is used to display the total member count.
*
* @return the categories name types
*/
public String getMemberCountCategoryPattern() {
return memberCountCategoryPattern;
}

/**
* The configuration related to the application form.
*
Expand Down

0 comments on commit 3159bed

Please sign in to comment.