fix message request notification title

This commit is contained in:
Ryan Zhao 2022-03-10 10:42:08 +11:00
parent eb4c90b0d4
commit 05e2457f8b
1 changed files with 1 additions and 0 deletions

View File

@ -86,6 +86,7 @@ public class NSENotificationPresenter: NSObject, NotificationsProtocol {
// If it's a message request then overwrite the body to be something generic (only show a notification
// when receiving a new message request if there aren't any others or the user had hidden them)
if thread.isMessageRequest() {
notificationContent.title = "Session"
notificationContent.body = "MESSAGE_REQUESTS_NOTIFICATION".localized()
}