membership expired notification
Signed-off-by: jkoberg <jkoberg@owncloud.com>
This commit is contained in:
@@ -35,8 +35,10 @@ func Server(cfg *config.Config) *cli.Command {
|
||||
// evs defines a list of events to subscribe to
|
||||
evs := []events.Unmarshaller{
|
||||
events.ShareCreated{},
|
||||
events.ShareExpired{},
|
||||
events.SpaceShared{},
|
||||
events.SpaceUnshared{},
|
||||
events.SpaceMembershipExpired{},
|
||||
}
|
||||
|
||||
evtsCfg := cfg.Notifications.Events
|
||||
|
||||
Reference in New Issue
Block a user