This commit is contained in:
2025-03-11 22:18:40 -05:00
parent 76a4103a56
commit 4d4863aeeb
2 changed files with 4 additions and 4 deletions

View File

@@ -511,9 +511,9 @@ func (r *Reticulum) Start() error {
periodicAnnounce, err := announce.NewAnnounce(
r.identity,
createAppData(r.config.AppName, r.config.AppAspect),
nil,
false,
r.config,
nil,
false,
r.config,
)
if err != nil {
debugLog(1, "Failed to create periodic announce: %v", err)