add notification for space unshares
This commit is contained in:
@@ -36,6 +36,7 @@ func Server(cfg *config.Config) *cli.Command {
|
||||
evs := []events.Unmarshaller{
|
||||
events.ShareCreated{},
|
||||
events.SpaceShared{},
|
||||
events.SpaceUnshared{},
|
||||
}
|
||||
|
||||
evtsCfg := cfg.Notifications.Events
|
||||
|
||||
Reference in New Issue
Block a user