spotless
This commit is contained in:
+1
-2
@@ -1844,8 +1844,7 @@ class CallManagerTest {
|
|||||||
// observes the echo, detects a self-answer/self-reject in IncomingCall
|
// observes the echo, detects a self-answer/self-reject in IncomingCall
|
||||||
// state and transitions to Ended(ANSWERED_ELSEWHERE / REJECTED).
|
// state and transitions to Ended(ANSWERED_ELSEWHERE / REJECTED).
|
||||||
|
|
||||||
private fun EphemeralGiftWrapEvent.recipientPubKey(): HexKey? =
|
private fun EphemeralGiftWrapEvent.recipientPubKey(): HexKey? = tags.firstOrNull { it.size >= 2 && it[0] == "p" }?.get(1)
|
||||||
tags.firstOrNull { it.size >= 2 && it[0] == "p" }?.get(1)
|
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
fun acceptCallPublishesAnswerWrappedForSelfSoSiblingDeviceCanStopRinging() =
|
fun acceptCallPublishesAnswerWrappedForSelfSoSiblingDeviceCanStopRinging() =
|
||||||
|
|||||||
Reference in New Issue
Block a user