about summary refs log tree commit diff
path: root/src/state/models/notifications-view.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/state/models/notifications-view.ts')
-rw-r--r--src/state/models/notifications-view.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/state/models/notifications-view.ts b/src/state/models/notifications-view.ts
index 12bf3184d..cc8952512 100644
--- a/src/state/models/notifications-view.ts
+++ b/src/state/models/notifications-view.ts
@@ -25,6 +25,7 @@ export class NotificationsViewItemModel implements GroupedNotification {
   author: ActorRef.WithInfo = {
     did: '',
     handle: '',
+    avatar: '',
     declaration: {cid: '', actorType: ''},
   }
   reason: string = ''