Support Appear Offline / Disconnect from Server/Peer #531

Merged
sarah merged 4 commits from stable-blockers into master 2023-09-13 18:49:10 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit f42e25e926 - Show all commits

View File

@ -150,7 +150,7 @@ func TestCwtchPeerIntegration(t *testing.T) {
numGoRoutinesPostAppStart := runtime.NumGoroutine()
// ***** cwtchPeer setup *****
// Turn on File Sharing Experiment...
// Turn on Groups Experiment...
settings := app.ReadSettings()
settings.ExperimentsEnabled = true
settings.Experiments[constants.GroupsExperiment] = true