diff --git a/formatters/BasicFormatter.php b/formatters/BasicFormatter.php index e0b81035b..5ce27e7e1 100644 --- a/formatters/BasicFormatter.php +++ b/formatters/BasicFormatter.php @@ -162,9 +162,11 @@ class EchoBasicFormatter extends EchoNotificationFormatter { ); // Add the hidden dismiss interface if the notification is dismissable + /* Disabling dismiss interface until there is consensus on how it should be implemented if ( $event->isDismissable( 'web' ) ) { $output .= $this->formatDismissInterface( $event, $user ); } + */ // Build the notification title $content = Xml::tags(