From 9770880e975a09635a461c46c8fcc193bce57004 Mon Sep 17 00:00:00 2001 From: "zugz (tox)" Date: Sun, 9 Sep 2018 23:27:39 +0200 Subject: Implement conferences saving * add global friend_connection status callback, used for group rejoining * stop leaving groups on killing tox --- toxcore/state.h | 1 + 1 file changed, 1 insertion(+) (limited to 'toxcore/state.h') diff --git a/toxcore/state.h b/toxcore/state.h index 872b1e9d..6e3c897e 100644 --- a/toxcore/state.h +++ b/toxcore/state.h @@ -31,6 +31,7 @@ typedef enum State_Type { STATE_TYPE_STATUS = 6, STATE_TYPE_TCP_RELAY = 10, STATE_TYPE_PATH_NODE = 11, + STATE_TYPE_CONFERENCES = 20, STATE_TYPE_END = 255, } State_Type; -- cgit v1.2.3