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