Cleanup
This commit is contained in:
@@ -54,7 +54,7 @@ class NotificationMessage {
|
||||
}
|
||||
|
||||
class MessagingNotification {
|
||||
const MessagingNotification(this.title, this.id, this.messages, this.channelId);
|
||||
const MessagingNotification(this.title, this.id, this.jid, this.messages, this.channelId);
|
||||
|
||||
/// The title of the conversation.
|
||||
final String title;
|
||||
@@ -65,6 +65,9 @@ class MessagingNotification {
|
||||
/// The id of the notification channel the notification should appear on.
|
||||
final String channelId;
|
||||
|
||||
/// The JID of the chat in which the notifications happen.
|
||||
final String jid;
|
||||
|
||||
/// Messages to show.
|
||||
final List<NotificationMessage?> messages;
|
||||
}
|
||||
Reference in New Issue
Block a user