mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 11:19:04 +01:00
Remove content-type and parentId from private messages
and turn them into a regular string.
This commit is contained in:
@@ -30,6 +30,6 @@ public interface MessagingManager extends MessageTracker {
|
||||
throws DbException;
|
||||
|
||||
/** Returns the body of the private message with the given ID. */
|
||||
byte[] getMessageBody(MessageId m) throws DbException;
|
||||
String getMessageBody(MessageId m) throws DbException;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user