Fix typo: customFolderSubfix to customFolderSuffix

Corrects a typo in both ApplicationProperties.java and settings.yml.template, renaming 'customFolderSubfix' to 'customFolderSuffix' for consistency and clarity.
This commit is contained in:
Ludy87
2025-12-09 10:47:38 +01:00
parent 0bca358838
commit 115d81a049
2 changed files with 2 additions and 2 deletions

View File

@@ -584,7 +584,7 @@ public class ApplicationProperties {
private String botToken;
private String botUsername;
private String pipelineInboxFolder = "telegram";
private Boolean customFolderSubfix = false;
private Boolean customFolderSuffix = false;
private Boolean enableAllowUserIDs = false;
private List<Long> allowUserIDs = new ArrayList<>();
private Boolean enableAllowChannelIDs = false;