diff --git a/api/ApiEchoNotifications.php b/api/ApiEchoNotifications.php index 5784719d3..f69c929ce 100644 --- a/api/ApiEchoNotifications.php +++ b/api/ApiEchoNotifications.php @@ -168,10 +168,6 @@ class ApiEchoNotifications extends ApiQueryBase { ); } - if ( $event->getExtra() ) { - $thisEvent['extra'] = $event->getExtra(); - } - if ( $row->notification_read_timestamp ) { $thisEvent['read'] = $row->notification_read_timestamp; }