1
0
mirror of https://gitlab.com/comunic/comunicapiv3 synced 2024-11-22 13:29:21 +00:00

Update minimal version for mobile application

This commit is contained in:
Pierre HUBERT 2021-03-09 17:14:02 +01:00
parent 04450eacda
commit 12da473024

View File

@ -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); pub const CLEAN_UP_INTERVAL: Duration = Duration::from_secs(60 * 60);
/// Minimal mobile version supported /// 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 /// Minimum message length
pub const MIN_CONVERSATION_MESSAGE_LENGTH: usize = 1; pub const MIN_CONVERSATION_MESSAGE_LENGTH: usize = 1;