mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-31 09:16:17 +00:00
fix: bluetooth auto-connection and re-connection fixes, removing finished todos, allowing self-send call messages for deduping answers
This commit is contained in:
@@ -11,7 +11,7 @@ class CallMessage(): ControlMessage() {
|
||||
var sdpMids: List<String> = listOf()
|
||||
var callId: UUID? = null
|
||||
|
||||
override val isSelfSendValid: Boolean = false
|
||||
override val isSelfSendValid: Boolean = type in arrayOf(SignalServiceProtos.CallMessage.Type.END_CALL,SignalServiceProtos.CallMessage.Type.ANSWER)
|
||||
|
||||
override val ttl: Long = 300000L // 30s
|
||||
|
||||
|
||||
Reference in New Issue
Block a user