From 3b15caade07e8fbe351fed9aceb3f435bf58368e Mon Sep 17 00:00:00 2001 From: metamuffin Date: Mon, 26 May 2025 18:24:16 +0200 Subject: move all direct database access to logic crate --- common/src/config.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'common/src/config.rs') 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 } -- cgit v1.2.3-70-g09d2