@@ -63,6 +63,10 @@ func main() {
}
settingsFile.Close()
log.Printf("Loaded settings: %+v", settings)
for name, addon := range settings.Addons {
addon.Name = name
settings.Addons[name] = addon
addonService = &AddonService{}
addonService.Addons = settings.Addons
The note is not visible to the blocked user.