mirror of
https://github.com/chatmail/core.git
synced 2026-04-26 18:06:35 +03:00
prototype ffi for ephemeral messages
This commit is contained in:
committed by
Alexander Krotov
parent
4f73812673
commit
d1a4c82937
@@ -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.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user