Document new 3PID invite expiration feature

This commit is contained in:
Max Dor
2019-04-03 00:44:30 +02:00
parent 1cbb0a135b
commit eb903bf226
3 changed files with 65 additions and 10 deletions

View File

@@ -34,7 +34,7 @@ public class InvitationConfig {
public static class Expiration {
private Boolean enabled;
private long after;
private long after = 60 * 24 * 7; // One calendar week (60min/1h * 24 = 1d * 7 = 1w)
private String resolveTo;
public Boolean isEnabled() {