Alex Gleason 2024-10-17 15:16:14 -05:00
parent 96416747c2
commit 4293092756
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -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':