forked from Silverfish/proton-bridge
Other(refactor): Move UserAgent out of frontend
This commit is contained in:
@ -92,6 +92,7 @@ func main(b *base.Base, c *cli.Context) error { //nolint:funlen
|
||||
b.CrashHandler,
|
||||
b.Listener,
|
||||
b.TLS,
|
||||
b.UserAgent,
|
||||
cache,
|
||||
builder,
|
||||
b.CM,
|
||||
@ -161,7 +162,6 @@ func main(b *base.Base, c *cli.Context) error { //nolint:funlen
|
||||
b.Settings,
|
||||
b.Listener,
|
||||
b.Updater,
|
||||
b.UserAgent,
|
||||
bridge,
|
||||
smtpBackend,
|
||||
b,
|
||||
|
||||
Reference in New Issue
Block a user