We need this method to intialize a content session and send the initial encrypted message to the keyserver
Depends on D9326
Differential D9334
[native] new method to initialize content olm session varun on Sep 29 2023, 11:58 AM. Authored by Tags None Referenced Files
Details We need this method to intialize a content session and send the initial encrypted message to the keyserver Depends on D9326 called the new method with the keys from my local keyserver. was able to create an olm session by sending these via the new auth responder later in the stack.
Diff Detail
Event TimelineComment Actions check if crypto module is initialized before calling initializeOutboundForSendingSession Comment Actions I have one question, maybe I am missing some context but I think after initializing and encrypting the initial message session should be persisted, otherwise this created session can not be used in the future. In notifications this is done via NotificationsCryptoModule::serializeAndFlushCryptoModule, because of some other limitations is done using file.
Comment Actions
although we don't really use the content session yet after initializing it, we should persist it still. thanks for catching that.
|