Fix: show avatars in all notifications

This commit is contained in:
Paul Frazee
2022-12-13 14:53:00 -06:00
parent 171cb6b3d3
commit 29018f06b9
2 changed files with 9 additions and 1 deletions
+1
View File
@@ -25,6 +25,7 @@ export class NotificationsViewItemModel implements GroupedNotification {
author: ActorRef.WithInfo = {
did: '',
handle: '',
avatar: '',
declaration: {cid: '', actorType: ''},
}
reason: string = ''