Skip to content

Commit

Permalink
feat{notifications}: dm image fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jekrimo committed Jun 9, 2022
1 parent e91a661 commit a8907d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion store/textile/actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ export default {
from: sender.name,
fromAddress: sender.address,
title: `Notification`,
image: sender.profilePicture,
imageHash: sender.profilePicture,
type: AlertType.DIRECT_MESSAGE,
},
{ root: true },
Expand Down

0 comments on commit a8907d0

Please sign in to comment.