Fix incoming call notification content (related to #4225)

This commit is contained in:
Benoit Marty 2025-02-03 15:19:12 +01:00
parent be91da966a
commit 610bd06f12
2 changed files with 4 additions and 4 deletions

View file

@ -68,7 +68,7 @@ class DefaultCallNotificationEventResolver @Inject constructor(
noisy = true,
timestamp = this.timestamp,
senderDisambiguatedDisplayName = getDisambiguatedDisplayName(content.senderId),
body = "☎️ ${stringProvider.getString(R.string.notification_incoming_call)}",
body = stringProvider.getString(R.string.notification_incoming_call),
roomName = roomDisplayName,
roomIsDm = isDm,
roomAvatarPath = roomAvatarUrl,