mirror of
https://gitlab.com/comunic/comunicapiv3
synced 2025-06-20 08:25:16 +00:00
Update minimal version for mobile application
This commit is contained in:
@ -162,7 +162,7 @@ pub const INITIAL_REFRESH_LOAD_INTERVAL: Duration = Duration::from_secs(5);
|
||||
pub const CLEAN_UP_INTERVAL: Duration = Duration::from_secs(60 * 60);
|
||||
|
||||
/// Minimal mobile version supported
|
||||
pub const MIN_SUPPORTED_MOBILE_VERSION: &str = "1.1.1";
|
||||
pub const MIN_SUPPORTED_MOBILE_VERSION: &str = "1.1.2";
|
||||
|
||||
/// Minimum message length
|
||||
pub const MIN_CONVERSATION_MESSAGE_LENGTH: usize = 1;
|
||||
|
Reference in New Issue
Block a user