Update the strings for unsupported calls

This commit is contained in:
Benoit Marty 2024-11-12 10:20:21 +01:00
parent 7574fef01d
commit 64e75fb08b
9 changed files with 14 additions and 17 deletions

View file

@ -151,7 +151,7 @@ class DefaultNotifiableEventResolver @Inject constructor(
noisy = isNoisy,
timestamp = this.timestamp,
senderDisambiguatedDisplayName = getDisambiguatedDisplayName(content.senderId),
body = stringProvider.getString(CommonStrings.common_call_invite),
body = stringProvider.getString(CommonStrings.common_unsupported_call),
roomName = roomDisplayName,
roomIsDm = isDm,
roomAvatarPath = roomAvatarUrl,