add notification for space unshares

This commit is contained in:
David Christofas
2022-12-21 11:20:42 +01:00
parent 68ead43000
commit 445e594eff
5 changed files with 134 additions and 3 deletions
@@ -36,6 +36,7 @@ func Server(cfg *config.Config) *cli.Command {
evs := []events.Unmarshaller{
events.ShareCreated{},
events.SpaceShared{},
events.SpaceUnshared{},
}
evtsCfg := cfg.Notifications.Events