diff --git a/src/views/mastodon/push.ts b/src/views/mastodon/push.ts index 2541657e..0a13179b 100644 --- a/src/views/mastodon/push.ts +++ b/src/views/mastodon/push.ts @@ -39,7 +39,7 @@ function renderTitle(notification: MastodonNotification): string { case 'ditto:name_grant': return `You were granted the name ${notification.name}`; case 'ditto:zap': - return `${name} zapped you ${notification.amount} sats`; + return `${name} zapped you ${Math.floor(notification.amount / 1000)} sats`; case 'pleroma:emoji_reaction': return `${name} reacted to your post`; case 'favourite':