Skip to content

Commit

Permalink
fix: put back commented body
Browse files Browse the repository at this point in the history
  • Loading branch information
wa0x6e committed Apr 1, 2024
1 parent 0c27933 commit 40346f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/providers/walletconnectNotify.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,12 @@ function formatMessage(event: Event, proposal) {
if (!space) return null;

const notificationType = WALLETCONNECT_NOTIFICATION_TYPE;
// const notificationBody = `🟢 New proposal on ${space.name} @${space.id}\n\n`;
const notificationBody = `🟢 New proposal on ${space.name} @${space.id}\n\n`;

const url = `${proposal.link}?app=web3inbox`;
return {
title: truncate(proposal.title, 64),
// body: notificationBody,
body: notificationBody,
url,
type: notificationType
};
Expand Down

0 comments on commit 40346f6

Please sign in to comment.