Page MenuHomePhabricator

D9422.diff
No OneTemporary

D9422.diff

diff --git a/keyserver/src/responders/keys-responders.js b/keyserver/src/responders/keys-responders.js
--- a/keyserver/src/responders/keys-responders.js
+++ b/keyserver/src/responders/keys-responders.js
@@ -52,11 +52,6 @@
await validateAccountPrekey(account);
const prekey = account.prekey();
- // Until transfer of prekeys to the identity service is implemented
- // prekeys will be marked as published each time it is accessed
- // to establish olm notifs session to mitigate the risk of prekeys
- // being in use for long enough to cause security concerns
- account.mark_prekey_as_published();
const prekeySignature = account.prekey_signature();
if (!prekeySignature) {

File Metadata

Mime Type
text/plain
Expires
Mon, Dec 23, 8:31 AM (19 h, 11 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2694146
Default Alt Text
D9422.diff (695 B)

Event Timeline