Include myID in the StartupComplete event
Nice to have...
This commit is contained in:
parent
a6d9150b14
commit
82c3e6f87f
@ -704,7 +704,9 @@ func syncthingMain() {
|
||||
}
|
||||
}
|
||||
|
||||
events.Default.Log(events.StartupComplete, nil)
|
||||
events.Default.Log(events.StartupComplete, map[string]string{
|
||||
"myID": myID.String(),
|
||||
})
|
||||
go generatePingEvents()
|
||||
|
||||
cleanConfigDirectory()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user