Remove noisy at symbol in mention (#420)

This commit is contained in:
Mario Nachbaur
2025-08-08 18:41:50 +02:00
committed by GitHub
parent 7876c8d96f
commit d4262fab6c
+1 -1
View File
@@ -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)"