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,

View file

@ -588,7 +588,7 @@ class DefaultNotifiableEventResolverTest {
noisy = false,
timestamp = A_TIMESTAMP,
senderDisambiguatedDisplayName = A_USER_NAME_2,
body = "Call in progress (unsupported)",
body = "Unsupported call",
imageUriString = null,
imageMimeType = null,
threadId = null,