Fix: show avatars in all notifications
This commit is contained in:
parent
9e1bb898f0
commit
e4ee6e5bb6
2 changed files with 9 additions and 1 deletions
|
@ -25,6 +25,7 @@ export class NotificationsViewItemModel implements GroupedNotification {
|
|||
author: ActorRef.WithInfo = {
|
||||
did: '',
|
||||
handle: '',
|
||||
avatar: '',
|
||||
declaration: {cid: '', actorType: ''},
|
||||
}
|
||||
reason: string = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue