fs: publishing new notes by writing to ./notes/new

This commit is contained in:
fiatjaf
2025-03-15 00:33:14 -03:00
parent 4b8c067e00
commit 4b15cdf625
8 changed files with 214 additions and 15 deletions

View File

@@ -15,7 +15,8 @@ import (
)
type Options struct {
AutoPublishTimeout time.Duration // a negative number means do not publish
AutoPublishNotesTimeout time.Duration
AutoPublishArticlesTimeout time.Duration
}
type NostrRoot struct {