fix: Notification from unknown actor causes app crash
This commit is contained in:
@@ -25,7 +25,7 @@ class Notification extends BaseModel {
|
||||
@observable
|
||||
archivedAt: Date | null;
|
||||
|
||||
actor: User;
|
||||
actor?: User;
|
||||
|
||||
documentId?: string;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user