mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-23 10:05:15 +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 serializedDestination = data.getByteArray(DESTINATION_KEY)
|
||||
val kryo = Kryo()
|
||||
kryo.isRegistrationRequired = false
|
||||
// Message
|
||||
val messageInput = Input(serializedMessage)
|
||||
val message: Message
|
||||
|
Loading…
Reference in New Issue
Block a user