mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-18 21:59:54 +01:00
Fix type when sending revoke messages
This commit is contained in:
@@ -287,7 +287,7 @@ public class RemoteWipeManagerImpl extends ConversationClientImpl
|
|||||||
|
|
||||||
Message m = clientHelper.createMessage(g, timestamp, body);
|
Message m = clientHelper.createMessage(g, timestamp, body);
|
||||||
BdfDictionary meta = BdfDictionary.of(
|
BdfDictionary meta = BdfDictionary.of(
|
||||||
new BdfEntry(MSG_KEY_MESSAGE_TYPE, SETUP.getValue()),
|
new BdfEntry(MSG_KEY_MESSAGE_TYPE, REVOKE.getValue()),
|
||||||
new BdfEntry(MSG_KEY_LOCAL, true),
|
new BdfEntry(MSG_KEY_LOCAL, true),
|
||||||
new BdfEntry(MSG_KEY_TIMESTAMP, timestamp)
|
new BdfEntry(MSG_KEY_TIMESTAMP, timestamp)
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user