From 3b8f1f6fae95581ee4f868fdf10d89d8a27aff37 Mon Sep 17 00:00:00 2001 From: shannon Date: Wed, 26 Mar 2025 19:00:58 -0400 Subject: [PATCH] Warning fix --- .../NotificationRowView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mastodon/In Progress New Layout and Datamodel/NotificationRowView.swift b/Mastodon/In Progress New Layout and Datamodel/NotificationRowView.swift index e2ae013fa..e375f100b 100644 --- a/Mastodon/In Progress New Layout and Datamodel/NotificationRowView.swift +++ b/Mastodon/In Progress New Layout and Datamodel/NotificationRowView.swift @@ -131,7 +131,7 @@ extension GroupedNotificationType { plainString = L10n.Scene.Notification.GroupedNotificationDescription.singleNameSignedUp(firstAuthorName) case .update: plainString = L10n.Scene.Notification.GroupedNotificationDescription.singleNameEditedAPost(firstAuthorName) - case .adminReport, .severedRelationships, .moderationWarning(_), ._other(_): + case .adminReport, .severedRelationships, .moderationWarning, ._other: plainString = firstAuthorName } } else {