mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 03:09:04 +01:00
Merge branch '1580-offline-state' into 'master'
Add offline state for pending contacts Closes #1580 See merge request briar/briar!1138
This commit is contained in:
@@ -3,6 +3,7 @@ package org.briarproject.bramble.api.contact;
|
||||
public enum PendingContactState {
|
||||
|
||||
WAITING_FOR_CONNECTION,
|
||||
OFFLINE,
|
||||
CONNECTING,
|
||||
ADDING_CONTACT,
|
||||
FAILED
|
||||
|
||||
Reference in New Issue
Block a user