From bfe2c620e65d53d2f32e67269cfb851864be1391 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Tue, 15 Oct 2024 17:16:53 -0500 Subject: [PATCH] renderWebPushNotification: fix account without display_name --- src/views/mastodon/push.ts | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/src/views/mastodon/push.ts b/src/views/mastodon/push.ts index 9c5572e1..2541657e 100644 --- a/src/views/mastodon/push.ts +++ b/src/views/mastodon/push.ts @@ -33,20 +33,22 @@ type MastodonNotification = NonNullable