Skip to content
Snippets Groups Projects
Commit 433586cd authored by Dariusz Rybicki's avatar Dariusz Rybicki
Browse files

Add default value for e2eParams in E2ESend

parent cf42ebe4
No related branches found
No related tags found
1 merge request!102Release 1.0.0
...@@ -8,7 +8,7 @@ public struct E2ESend { ...@@ -8,7 +8,7 @@ public struct E2ESend {
messageType: Int, messageType: Int,
recipientId: Data, recipientId: Data,
payload: Data, payload: Data,
e2eParams: Data e2eParams: Data = GetE2EParams.liveDefault()
) throws -> E2ESendReport { ) throws -> E2ESendReport {
try run(messageType, recipientId, payload, e2eParams) try run(messageType, recipientId, payload, e2eParams)
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment