Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3537593
D11011.id37004.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
715 B
Referenced Files
None
Subscribers
None
D11011.id37004.diff
View Options
diff --git a/lib/facts/genesis.js b/lib/facts/genesis.js
--- a/lib/facts/genesis.js
+++ b/lib/facts/genesis.js
@@ -1,5 +1,7 @@
// @flow
+import { authoritativeKeyserverID } from '../utils/authoritative-keyserver.js';
+
type Genesis = {
+id: string,
+name: string,
@@ -8,7 +10,7 @@
};
const genesis: Genesis = {
- id: process.env['KEYSERVER'] ? '1' : '256|1',
+ id: process.env['KEYSERVER'] ? '1' : `${authoritativeKeyserverID}|1`,
name: 'GENESIS',
description:
'This is the first community on Comm. In the future it will be possible to create chats outside of a community, but for now all of these chats get set with GENESIS as their parent. GENESIS is hosted on Ashoat’s keyserver.',
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Dec 26, 10:02 PM (8 h, 37 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2708707
Default Alt Text
D11011.id37004.diff (715 B)
Attached To
Mode
D11011: [lib] Update genesis.id to use authoritativeKeyserverID
Attached
Detach File
Event Timeline
Log In to Comment