diff options
author | manuroe <manu@matrix.org> | 2016-10-13 16:10:00 +0200 |
---|---|---|
committer | manuroe <manu@matrix.org> | 2016-10-13 16:10:00 +0200 |
commit | d1060af8f0dec312447567cce0bc812c82b7343f (patch) | |
tree | e4da1c64af4c52fe48ce5db960f7d5b2f2cee5ff /xcode/OLMKit/OLMAccount.h | |
parent | 3cb01fd27971a6f8c5d76fddb8676ef76c636a23 (diff) |
OLMKit: Renamed [OLMAccount markKeysAsPublished] into [OLMAccount markOneTimeKeysAsPublished] and implemented it
Diffstat (limited to 'xcode/OLMKit/OLMAccount.h')
-rw-r--r-- | xcode/OLMKit/OLMAccount.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xcode/OLMKit/OLMAccount.h b/xcode/OLMKit/OLMAccount.h index a2923f9..382be31 100644 --- a/xcode/OLMKit/OLMAccount.h +++ b/xcode/OLMKit/OLMAccount.h @@ -28,7 +28,7 @@ - (BOOL) removeOneTimeKeysForSession:(OLMSession*)session; /** Marks the current set of one time keys as being published. */ -- (void) markKeysAsPublished; +- (void) markOneTimeKeysAsPublished; /** The largest number of one time keys this account can store. */ - (NSUInteger) maxOneTimeKeys; |