mirror of
https://github.com/permissionlesstech/bitchat.git
synced 2026-08-08 06:56:10 +00:00
Remove noisy at symbol in mention (#420)
This commit is contained in:
parent
7876c8d96f
commit
d4262fab6c
@ -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)"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user