prototype ffi for ephemeral messages

This commit is contained in:
B. Petersen
2020-03-09 00:06:51 +01:00
committed by Alexander Krotov
parent 4f73812673
commit d1a4c82937
3 changed files with 54 additions and 23 deletions

View File

@@ -1369,6 +1369,14 @@ pub fn get_deaddrop_msg_cnt(context: &Context) -> usize {
}
}
pub fn estimate_deletion_cnt(
_context: &Context,
_from_server: bool,
_seconds: i64,
) -> Result<usize, Error> {
Ok(0)
}
/// Counts number of database records pointing to specified
/// Message-ID.
///