Port Autodownload / Image Previews / Profile Image Experiment to Cwtch #501

Merged
sarah merged 6 commits from autodownload into master 2023-03-13 20:04:37 +00:00
1 changed files with 2 additions and 0 deletions
Showing only changes of commit 186a33deb6 - Show all commits

View File

@ -55,6 +55,7 @@ func TestFileSharing(t *testing.T) {
os.RemoveAll("cwtch.out.png.manifest")
os.RemoveAll("storage")
os.RemoveAll("tordir")
os.RemoveAll("./download_dir")
log.SetLevel(log.LevelDebug)
@ -128,6 +129,7 @@ func TestFileSharing(t *testing.T) {
settings.DownloadPath = "./download_dir"
os.RemoveAll(path.Join(settings.DownloadPath, "cwtch.png"))
os.RemoveAll(path.Join(settings.DownloadPath, "cwtch.png.manifest"))
os.MkdirAll(settings.DownloadPath, 0700)
settings.Experiments[constants.FileSharingExperiment] = true
// Turn Auto Downloading On... (Part of the Image Previews / Profile Images Experiment)
settings.Experiments[constants.ImagePreviewsExperiment] = true