Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3515331
D9422.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
695 B
Referenced Files
None
Subscribers
None
D9422.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D9422: [keyserver] delete marking prekeys as published each time `olm` account is accessed
Attached
Detach File
Event Timeline
Log In to Comment