fs: logging and proper (?) handling of context passing (basically now we ignore the context given to us by the fuse library because they're weird).

This commit is contained in:
fiatjaf
2025-03-11 12:37:27 -03:00
parent d899a92f15
commit fe1f50f798
5 changed files with 21 additions and 16 deletions

2
fs.go
View File

@@ -42,7 +42,7 @@ var fsCmd = &cli.Command{
}
root := nostrfs.NewNostrRoot(
ctx,
context.WithValue(ctx, "log", log),
sys,
keyer.NewReadOnlyUser(c.String("pubkey")),
mountpoint,