From 8d02a1dbf8a51d9e2396b5b431fede557ea2fedd Mon Sep 17 00:00:00 2001 From: yehudah Date: Mon, 28 Jan 2019 15:23:06 +0000 Subject: Chrome Extension Notification --- Postman/Postman-Email-Log/PostmanEmailLogService.php | 1 + 1 file changed, 1 insertion(+) (limited to 'Postman/Postman-Email-Log/PostmanEmailLogService.php') diff --git a/Postman/Postman-Email-Log/PostmanEmailLogService.php b/Postman/Postman-Email-Log/PostmanEmailLogService.php index ebb2e54..103dcc1 100644 --- a/Postman/Postman-Email-Log/PostmanEmailLogService.php +++ b/Postman/Postman-Email-Log/PostmanEmailLogService.php @@ -182,6 +182,7 @@ if ( ! class_exists( 'PostmanEmailLogService' ) ) { $notify = new PostmanNotify( $notifyer, $message ); $notify->send($message, $log); + $notify->push_to_chrome($log->statusMessage); } /** -- cgit v1.2.3