fix: Notification from unknown actor causes app crash

This commit is contained in:
Tom Moor
2023-05-22 09:31:18 -04:00
parent d587360f4b
commit 3c5dc10446
4 changed files with 43 additions and 39 deletions

View File

@@ -25,7 +25,7 @@ class Notification extends BaseModel {
@observable
archivedAt: Date | null;
actor: User;
actor?: User;
documentId?: string;