Page MenuHomePhabricator

D9423.diff
No OneTemporary

D9423.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
@@ -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

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)

Event Timeline