public record Settings(TrustNewIdentity trustNewIdentity, boolean disableMessageSendLog) {
- public static Settings DEFAULT = new Settings(TrustNewIdentity.ON_FIRST_USE, false);
+ public static final Settings DEFAULT = new Settings(TrustNewIdentity.ON_FIRST_USE, false);
}