mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-11 18:29:05 +01:00
[core] Add MessagingManager#getAttachment()
This commit is contained in:
@@ -46,4 +46,9 @@ public interface MessagingManager extends ConversationClient {
|
||||
*/
|
||||
String getMessageText(MessageId m) throws DbException;
|
||||
|
||||
/**
|
||||
* Returns the attachment with the given ID.
|
||||
*/
|
||||
Attachment getAttachment(MessageId m) throws DbException;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user