Move OMEMO initialization to profanity intialization
Also store identity keys into account
This commit is contained in:
@@ -2,4 +2,5 @@
|
||||
|
||||
typedef struct omemo_context_t omemo_context;
|
||||
|
||||
void omemo_init(ProfAccount *account);
|
||||
void omemo_init(void);
|
||||
void omemo_generate_crypto_materials(ProfAccount *account);
|
||||
|
||||
Reference in New Issue
Block a user