fix filesystem

This commit is contained in:
Barry Deen
2024-10-29 17:13:52 -04:00
parent 34d3fd5c8f
commit 34ca959f9e

View File

@@ -238,7 +238,7 @@ func initRelays() {
return fmt.Errorf("auth-required: only the relay owner can store media")
}
file, err := fs.Create("files/" + sha256)
file, err := fs.Create(config.BlossomPath + sha256)
if err != nil {
return err
}