mirror of
https://github.com/permissionlesstech/bitchat.git
synced 2026-07-25 00:45:21 +00:00
Remove noisy at symbol in mention (#420)
This commit is contained in:
@@ -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)"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user