diff options
Diffstat (limited to 'common/src/config.rs')
-rw-r--r-- | common/src/config.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/src/config.rs b/common/src/config.rs index 9368247..016bdeb 100644 --- a/common/src/config.rs +++ b/common/src/config.rs @@ -49,7 +49,6 @@ pub struct FederationAccount { pub tls: bool, } - fn login_expire() -> i64 { 60 * 60 * 24 } |