We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6052d45 commit f7b7328Copy full SHA for f7b7328
features/call/test/src/main/kotlin/io/element/android/features/call/test/CallNotificationData.kt
@@ -30,7 +30,7 @@ fun aCallNotificationData(
30
avatarUrl: String? = AN_AVATAR_URL,
31
notificationChannelId: String = "channel_id",
32
timestamp: Long = 0L,
33
- expirationTimestamp: Long = 0L,
+ expirationTimestamp: Long = 30_000L,
34
textContent: String? = null,
35
): CallNotificationData = CallNotificationData(
36
sessionId = sessionId,
0 commit comments