we always call mark_prekey_as_published after calling publishPrekeysToIdentity (except in an old migration, which won't be run again), so we can just move the call inside the function.
Depends on D12442
Differential D12443 Authored by varun on Jun 14 2024, 11:29 AM.
Details Summary we always call mark_prekey_as_published after calling publishPrekeysToIdentity (except in an old migration, which won't be run again), so we can just move the call inside the function. Depends on D12442 Test Plan generated new unpublished prekeys and called validateAndUploadAccountPrekeys, confirmed that the prekeys were uploaded to identity and marked as published
Diff Detail
Event TimelineHerald added a subscriber: tomek. · View Herald TranscriptJun 14 2024, 11:29 AM2024-06-14 11:29:57 (UTC-7) Harbormaster completed remote builds in B29689: Diff 41342.Jun 14 2024, 11:46 AM2024-06-14 11:46:52 (UTC-7) This revision is now accepted and ready to land.Jun 14 2024, 2:54 PM2024-06-14 14:54:58 (UTC-7) Closed by commit rCOMMb7ba804bc704: [keyserver] move mark_prekey_as_published calls inside of… (authored by varun). · Explain WhyJun 17 2024, 9:47 AM2024-06-17 09:47:34 (UTC-7) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 41413 keyserver/src/utils/olm-utils.js
|