Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3281966
D9423.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
770 B
Referenced Files
None
Subscribers
None
D9423.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
@@ -19,7 +19,6 @@
import { verifyClientSupported } from '../session/version.js';
import type { Viewer } from '../session/viewer.js';
import { fetchCallUpdateOlmAccount } from '../updaters/olm-account-updater.js';
-import { validateAccountPrekey } from '../utils/olm-utils.js';
type AccountKeysSet = {
+identityKeys: string,
@@ -50,7 +49,6 @@
): Promise<AccountKeysSet> {
const identityKeys = account.identity_keys();
- await validateAccountPrekey(account);
const prekey = account.prekey();
const prekeySignature = account.prekey_signature();
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Nov 17, 10:26 AM (20 h, 46 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2522296
Default Alt Text
D9423.diff (770 B)
Attached To
Mode
D9423: [keyserver] validate prekeys only via cron job
Attached
Detach File
Event Timeline
Log In to Comment