Page MenuHomePhabricator

Flow should use NotificationMiddleware instead of AbortEmailNotification hook
Closed, ResolvedPublic

Description

Flow extension uses AbortEmailNotification, which removes Watchlist notifications coming from Flow.

Instead of using AbortEmailNotification it should use the introduced Middleware pattern that will allow filtering notifications.