From 0e988237f6fcb826afc42719adc335dcc7ca0e2e Mon Sep 17 00:00:00 2001 From: Mark Haines Date: Wed, 8 Jul 2015 16:00:08 +0100 Subject: Don't pass a key id when creating a new outbound session --- javascript/build.py | 1 + 1 file changed, 1 insertion(+) (limited to 'javascript/build.py') diff --git a/javascript/build.py b/javascript/build.py index 68b7e45..9766906 100755 --- a/javascript/build.py +++ b/javascript/build.py @@ -59,6 +59,7 @@ compile_args += source_files compile_args += ("--pre-js", pre_js) compile_args += ("--post-js", post_js) compile_args += ("-s", "EXPORTED_FUNCTIONS=@" + exported_functions) +compile_args += sys.argv[1:] library = "build/olm.js" -- cgit v1.2.3