Update the strings for unsupported calls
This commit is contained in:
parent
7574fef01d
commit
64e75fb08b
9 changed files with 14 additions and 17 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue