From d1060af8f0dec312447567cce0bc812c82b7343f Mon Sep 17 00:00:00 2001 From: manuroe Date: Thu, 13 Oct 2016 16:10:00 +0200 Subject: OLMKit: Renamed [OLMAccount markKeysAsPublished] into [OLMAccount markOneTimeKeysAsPublished] and implemented it --- xcode/OLMKit/OLMAccount.m | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'xcode/OLMKit/OLMAccount.m') diff --git a/xcode/OLMKit/OLMAccount.m b/xcode/OLMKit/OLMAccount.m index d0f82a8..085b487 100644 --- a/xcode/OLMKit/OLMAccount.m +++ b/xcode/OLMKit/OLMAccount.m @@ -157,6 +157,11 @@ return YES; } +- (void)markOneTimeKeysAsPublished +{ + olm_account_mark_keys_as_published(self.account); +} + #pragma mark OLMSerializable /** Initializes from encrypted serialized data. Will throw error if invalid key or invalid base64. */ -- cgit v1.2.3