messageList: Mark NotificationMessageGroup for export

This allows extensions to override `_addNotification()` to create
custom `NotificationMessage` subclasses, which is already possible
for `MessageTray.MessageTray._showNotification()`.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3672>
This commit is contained in:
Andy Holmes 2025-03-18 02:12:06 -07:00 committed by Bruce Leidl
parent 958b62eee0
commit 1625860750

View File

@ -832,7 +832,7 @@ class MediaMessage extends Message {
}
});
const NotificationMessageGroup = GObject.registerClass({
export const NotificationMessageGroup = GObject.registerClass({
Properties: {
'expanded': GObject.ParamSpec.boolean(
'expanded', null, null,