Update incoming call notification content to "📹 Incoming call"

This commit is contained in:
Benoit Marty 2025-02-04 16:09:15 +01:00
parent c5f3b3450a
commit 7878f97453
14 changed files with 85 additions and 9 deletions

View file

@ -129,6 +129,7 @@ class DefaultPushHandler @Inject constructor(
avatarUrl = notifiableEvent.roomAvatarUrl,
timestamp = notifiableEvent.timestamp,
notificationChannelId = notificationChannels.getChannelForIncomingCall(ring = true),
textContent = notifiableEvent.description,
)
}
}