fix initial state of UserNotification
This commit is contained in:
parent
e3d5362306
commit
237b9aab15
|
@ -196,7 +196,7 @@ export class UserNotification {
|
|||
hasNewNotifications: boolean;
|
||||
hasNewMentions: boolean;
|
||||
|
||||
notifications: Notification[];
|
||||
mentions: Status[];
|
||||
notifications: Notification[] = [];
|
||||
mentions: Status[] = [];
|
||||
lastId: string;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue