auto-accept shares in frontend service

Signed-off-by: jkoberg <jkoberg@owncloud.com>
This commit is contained in:
jkoberg
2023-09-06 15:32:31 +02:00
parent 05758f44ea
commit 8e1b033a63
10 changed files with 308 additions and 4 deletions
+3
View File
@@ -90,6 +90,9 @@ func Server(cfg *config.Config) *cli.Command {
logger.Fatal().Err(err).Msg("failed to register the http service")
}
// start event handler
go ListenForEvents(cfg, logger)
return gr.Run()
},
}