mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-23 18:15:22 +00:00
Debug
This commit is contained in:
parent
8e836aa175
commit
12ae8d4051
@ -115,6 +115,7 @@ class MessageSendJob(val message: Message, val destination: Destination) : Job {
|
|||||||
val serializedMessage = data.getByteArray(MESSAGE_KEY)
|
val serializedMessage = data.getByteArray(MESSAGE_KEY)
|
||||||
val serializedDestination = data.getByteArray(DESTINATION_KEY)
|
val serializedDestination = data.getByteArray(DESTINATION_KEY)
|
||||||
val kryo = Kryo()
|
val kryo = Kryo()
|
||||||
|
kryo.isRegistrationRequired = false
|
||||||
// Message
|
// Message
|
||||||
val messageInput = Input(serializedMessage)
|
val messageInput = Input(serializedMessage)
|
||||||
val message: Message
|
val message: Message
|
||||||
|
Loading…
Reference in New Issue
Block a user