diff options
author | Paul Frazee <pfrazee@gmail.com> | 2022-12-13 14:53:00 -0600 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2022-12-13 14:53:00 -0600 |
commit | e4ee6e5bb6221711ca5e875bc4069a8024f09a32 (patch) | |
tree | d08ba72f45954b7782158d59845d8b7cbc0fc36f /src/state/models/notifications-view.ts | |
parent | 9e1bb898f061862aada3987a643927762cd0ee26 (diff) | |
download | voidsky-e4ee6e5bb6221711ca5e875bc4069a8024f09a32.tar.zst |
Fix: show avatars in all notifications
Diffstat (limited to 'src/state/models/notifications-view.ts')
-rw-r--r-- | src/state/models/notifications-view.ts | 1 |
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 = '' |