Support new unsubscribed issue event

This commit is contained in:
Andy Wilkinson
2016-04-18 12:21:36 +01:00
parent f383bbf0fb
commit 3da89b94e0

View File

@@ -74,6 +74,11 @@ public class Event {
*/
SUBSCRIBED("subscribed"),
/**
* The actor unsubscribed from receibing notifications for an issue.
*/
UNSUBSCRIBED("unsubscribed"),
/**
* The issue was merged by the actor.
*/