Skip to content
Snippets Groups Projects
Commit 1836ae2c authored by Jonah Husson's avatar Jonah Husson
Browse files

Start cleaner thread

parent 7b5a9d11
No related branches found
No related tags found
Loading
...@@ -151,6 +151,8 @@ func StartNotifications(params Params, noTLS, noFirebase bool) (*Impl, error) { ...@@ -151,6 +151,8 @@ func StartNotifications(params Params, noTLS, noFirebase bool) (*Impl, error) {
i.SetGatewayAuthentication() i.SetGatewayAuthentication()
impl.inst = i impl.inst = i
go impl.Cleaner()
return impl, nil return impl, nil
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment