Add method for UI and tests to get current timer.

This commit is contained in:
akwizgran
2020-12-04 12:10:10 +00:00
committed by Torsten Grote
parent f941a73999
commit 8d6bd29b93
2 changed files with 20 additions and 0 deletions

View File

@@ -24,6 +24,13 @@ public interface AutoDeleteManager {
*/
int MINOR_VERSION = 0;
/**
* Returns the auto-delete timer duration for the given contact. Use
* {@link #getAutoDeleteTimer(Transaction, ContactId, long)} if the timer
* will be used in an outgoing message.
*/
long getAutoDeleteTimer(Transaction txn, ContactId c) throws DbException;
/**
* Returns the auto-delete timer duration for the given contact, for use in
* a message with the given timestamp. The timestamp is stored.