From d4262fab6ce3cd775266dbf91883dd7219b137ce Mon Sep 17 00:00:00 2001 From: Mario Nachbaur Date: Fri, 8 Aug 2025 18:41:50 +0200 Subject: [PATCH] Remove noisy at symbol in mention (#420) --- bitchat/Services/NotificationService.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitchat/Services/NotificationService.swift b/bitchat/Services/NotificationService.swift index dfde4d48..36fdeddd 100644 --- a/bitchat/Services/NotificationService.swift +++ b/bitchat/Services/NotificationService.swift @@ -54,7 +54,7 @@ class NotificationService { } func sendMentionNotification(from sender: String, message: String) { - let title = "@🫵 you were mentioned by \(sender)" + let title = "🫵 you were mentioned by \(sender)" let body = message let identifier = "mention-\(UUID().uuidString)"