You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: libraries/push/impl/src/main/kotlin/io/element/android/libraries/push/impl/notifications/CallNotificationEventResolver.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ class DefaultCallNotificationEventResolver @Inject constructor(
Copy file name to clipboardExpand all lines: libraries/push/impl/src/test/kotlin/io/element/android/libraries/push/impl/notifications/DefaultNotifiableEventResolverTest.kt
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -627,7 +627,7 @@ class DefaultNotifiableEventResolverTest {
627
627
senderId =A_USER_ID_2,
628
628
roomName =A_ROOM_NAME,
629
629
editedEventId =null,
630
-
description ="Incoming call",
630
+
description ="📹 Incoming call",
631
631
timestamp = timestamp,
632
632
canBeReplaced =true,
633
633
isRedacted =false,
@@ -663,7 +663,7 @@ class DefaultNotifiableEventResolverTest {
663
663
timestamp =0L,
664
664
senderDisambiguatedDisplayName =A_USER_NAME_2,
665
665
senderId =A_USER_ID_2,
666
-
body ="☎\uFE0F Incoming call",
666
+
body ="📹 Incoming call",
667
667
roomId =A_ROOM_ID,
668
668
threadId =null,
669
669
roomName =A_ROOM_NAME,
@@ -699,7 +699,7 @@ class DefaultNotifiableEventResolverTest {
0 commit comments