Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3516325
D9505.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
531 B
Referenced Files
None
Subscribers
None
D9505.diff
View Options
diff --git a/keyserver/src/database/migration-config.js b/keyserver/src/database/migration-config.js
--- a/keyserver/src/database/migration-config.js
+++ b/keyserver/src/database/migration-config.js
@@ -572,7 +572,7 @@
await publishPrekeysToIdentity(content.account, notif.account);
} catch (e) {
console.warn('Encountered error while trying to publish prekeys', e);
- if (process.env.ENV === 'prod') {
+ if (process.env.NODE_ENV !== 'development') {
throw e;
}
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Dec 23, 1:48 PM (19 h, 9 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2694812
Default Alt Text
D9505.diff (531 B)
Attached To
Mode
D9505: [keyserver] fix production check while uploading keys to Identity
Attached
Detach File
Event Timeline
Log In to Comment