during prekey rotation on keyserver, check if we have an unpublished prekey, and if we do, upload and mark them as published, then return
this matches the rotation logic on native
Depends on D12441
Differential D12442 Authored by varun on Jun 14 2024, 9:40 AM.
Details Summary during prekey rotation on keyserver, check if we have an unpublished prekey, and if we do, upload and mark them as published, then return this matches the rotation logic on native Depends on D12441 Test Plan called generate_prekey() to generate new content and notif prekeys. confirmed that the if condition was satisfied and the newly generated prekeys were uploaded to identity and marked as published
Diff Detail
Event TimelineHerald added subscribers: tomek, ashoat. · View Herald TranscriptJun 14 2024, 9:40 AM2024-06-14 09:40:09 (UTC-7) Harbormaster completed remote builds in B29688: Diff 41341.Jun 14 2024, 9:56 AM2024-06-14 09:56:41 (UTC-7) This revision is now accepted and ready to land.Jun 14 2024, 2:53 PM2024-06-14 14:53:46 (UTC-7) Closed by commit rCOMMd0eda0b726ee: [keyserver] check if there are any unpublished prekeys and publish them during… (authored by varun). · Explain WhyJun 17 2024, 9:47 AM2024-06-17 09:47:32 (UTC-7) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 41412 keyserver/src/utils/olm-utils.js
|