diff --git a/src/Event.cs b/src/Event.cs index 39677f66..30fd7af4 100644 --- a/src/Event.cs +++ b/src/Event.cs @@ -142,7 +142,7 @@ public bool IsActive { get { - return state is SubscriptionState.Ended; + return state is SubscriptionState.Active || state is SubscriptionState.LegacyActive; } }