mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-16 20:59:54 +01:00
Rewrap lines.
This commit is contained in:
@@ -183,8 +183,8 @@ class GroupInvitationManagerImpl extends ConversationClientImpl
|
|||||||
}
|
}
|
||||||
|
|
||||||
private Session<?> handleFirstMessage(Transaction txn, Message m,
|
private Session<?> handleFirstMessage(Transaction txn, Message m,
|
||||||
BdfList body,
|
BdfList body, MessageMetadata meta)
|
||||||
MessageMetadata meta) throws DbException, FormatException {
|
throws DbException, FormatException {
|
||||||
GroupId privateGroupId = meta.getPrivateGroupId();
|
GroupId privateGroupId = meta.getPrivateGroupId();
|
||||||
MessageType type = meta.getMessageType();
|
MessageType type = meta.getMessageType();
|
||||||
if (type == INVITE) {
|
if (type == INVITE) {
|
||||||
|
|||||||
Reference in New Issue
Block a user