Skip to content

Commit

Permalink
docs: Document that group topic lock is default on.
Browse files Browse the repository at this point in the history
  • Loading branch information
iphydf committed Mar 26, 2024
1 parent 9e9ed77 commit 7df3f99
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ bazel-opt_task:
--test_tag_filters=-haskell
--
//c-toxcore/...
-//c-toxcore/auto_tests:tcp_relay_test # TODO(robinlinden): Why does this pass locally but not in Cirrus?
-//c-toxcore/auto_tests:tcp_relay_test # Cirrus doesn't allow external network connections.

bazel-dbg_task:
container:
Expand All @@ -24,15 +24,14 @@ bazel-dbg_task:
configure_script:
- git submodule update --init --recursive
- /src/workspace/tools/inject-repo c-toxcore
- sed -i -e 's/build --config=remote/#&/' /src/workspace/.bazelrc.local
test_all_script:
- cd /src/workspace && bazel test -k
--build_tag_filters=-haskell
--test_tag_filters=-haskell
--remote_http_cache=http://$CIRRUS_HTTP_CACHE_HOST
--
//c-toxcore/...
-//c-toxcore/auto_tests:tcp_relay_test # TODO(robinlinden): Why does this pass locally but not in Cirrus?
-//c-toxcore/auto_tests:tcp_relay_test # Cirrus doesn't allow external network connections.

cimple_task:
container:
Expand Down
2 changes: 2 additions & 0 deletions toxcore/tox.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {

Expand Down

0 comments on commit 7df3f99

Please sign in to comment.