mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 18:59:06 +01:00
Added method for deleting metadata.
This commit is contained in:
@@ -69,6 +69,9 @@ public interface DatabaseComponent {
|
||||
*/
|
||||
void deleteMessage(MessageId m) throws DbException;
|
||||
|
||||
/** Deletes any metadata associated with the given message. */
|
||||
void deleteMessageMetadata(MessageId m) throws DbException;
|
||||
|
||||
/**
|
||||
* Returns an acknowledgement for the given contact, or null if there are
|
||||
* no messages to acknowledge.
|
||||
|
||||
Reference in New Issue
Block a user