mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 18:59:06 +01:00
Send legacy private messages from headless app.
This commit is contained in:
@@ -73,7 +73,7 @@ constructor(
|
||||
|
||||
val group = messagingManager.getContactGroup(contact)
|
||||
val now = clock.currentTimeMillis()
|
||||
val m = privateMessageFactory.createPrivateMessage(group.id, now, text, emptyList())
|
||||
val m = privateMessageFactory.createLegacyPrivateMessage(group.id, now, text)
|
||||
|
||||
messagingManager.addLocalMessage(m)
|
||||
return ctx.json(m.output(contact.id, text))
|
||||
|
||||
Reference in New Issue
Block a user