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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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)"