From fddbeb44e1f86ecfe8a22cec61eaef672b1d3aa1 Mon Sep 17 00:00:00 2001 From: iphydf Date: Tue, 26 Mar 2024 13:39:58 +0000 Subject: [PATCH] docs: Document that group topic lock is default on. --- toxcore/tox.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/toxcore/tox.h b/toxcore/tox.h index b4fd1382d01..47b2463d39f 100644 --- a/toxcore/tox.h +++ b/toxcore/tox.h @@ -3488,6 +3488,8 @@ const char *tox_group_privacy_state_to_string(Tox_Group_Privacy_State value); /** * Represents the state of the group topic lock. + * + * The default is enabled. */ typedef enum Tox_Group_Topic_Lock {