From 974e0984bd0d618093669780a75739d4b02fd3b2 Mon Sep 17 00:00:00 2001 From: Mark Haines Date: Wed, 8 Jul 2015 11:16:00 +0100 Subject: Update the javascript bindings and demo to match the format of the identity key JSON --- src/account.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/account.cpp') diff --git a/src/account.cpp b/src/account.cpp index 1ca3b13..54edf6e 100644 --- a/src/account.cpp +++ b/src/account.cpp @@ -170,8 +170,8 @@ std::size_t olm::Account::get_identity_json_length( std::size_t olm::Account::get_identity_json( std::uint8_t const * user_id, std::size_t user_id_length, std::uint8_t const * device_id, std::size_t device_id_length, - std::uint64_t valid_until_ts, std::uint64_t valid_after_ts, + std::uint64_t valid_until_ts, std::uint8_t * identity_json, std::size_t identity_json_length ) { -- cgit v1.2.3