[core] Add API to add messages with attachments

This commit is contained in:
Torsten Grote
2018-11-05 10:32:38 -03:00
parent 483106e00c
commit cccaeeda6c
10 changed files with 37 additions and 8 deletions

View File

@@ -519,7 +519,7 @@ public class ConversationActivity extends BriarActivity
try {
//noinspection ConstantConditions init in loadGroupId()
storeMessage(privateMessageFactory.createPrivateMessage(
messagingGroupId, timestamp, text), text);
messagingGroupId, timestamp, text, emptyList()), text);
} catch (FormatException e) {
throw new RuntimeException(e);
}