we need to get the keyserver's keys to set up an Olm session on the client.
Depends on D9345
Paths
| Differential D9346 Authored by varun on Oct 2 2023, 8:05 PM.
Details Summary we need to get the keyserver's keys to set up an Olm session on the client. Depends on D9345 Test Plan successfully retrieved my local keyserver's keys by calling the CommRustModule method from js
Diff Detail
Event TimelineHerald added subscribers: tomek, ashoat. · View Herald TranscriptOct 2 2023, 8:05 PM2023-10-02 20:05:49 (UTC-7) Harbormaster completed remote builds in B22941: Diff 31602.Oct 2 2023, 8:24 PM2023-10-02 20:24:02 (UTC-7) Comment Actions I have some questions, if those don't make sense I'll try to unblock this as soon as possible
This revision now requires changes to proceed.Oct 3 2023, 11:05 AM2023-10-03 11:05:25 (UTC-7) varun added a parent revision: D9367: [identity] implement getOutboundKeysForUser.Oct 4 2023, 2:20 PM2023-10-04 14:20:24 (UTC-7) Comment Actions address feedback
Harbormaster completed remote builds in B23060: Diff 31750.Oct 6 2023, 11:07 AM2023-10-06 11:07:30 (UTC-7) Comment Actions Looks good to me, thanks for addressing all comments
This revision is now accepted and ready to land.Oct 9 2023, 1:00 AM2023-10-09 01:00:59 (UTC-7) varun removed a parent revision: D9345: [keyserver] refactor olm session creator.Oct 20 2023, 8:33 AM2023-10-20 08:33:27 (UTC-7) Closed by commit rCOMM9c0608c848c0: [native] implement getOutboundKeys method in CommRustModule (authored by varun). · Explain WhyOct 20 2023, 8:34 AM2023-10-20 08:34:19 (UTC-7) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 31602 lib/types/identity-service-types.js
native/cpp/CommonCpp/NativeModules/CommRustModule.h
native/cpp/CommonCpp/NativeModules/CommRustModule.cpp
native/cpp/CommonCpp/_generated/rustJSI-generated.cpp
native/cpp/CommonCpp/_generated/rustJSI.h
native/native_rust_library/src/lib.rs
native/schema/CommRustModuleSchema.js
|