issue: https://linear.app/comm/issue/ENG-6727/use-authoritativekeyserverid-in-genesis
GENESIS is the community holding DMs and thick threads for now. We want to have one GENESIS in our setups, hosted by the authoritative keyserver
Details
Details
Tested on web and native that it is possible to create a thick thread, and no errors show up.
Checked on web that the created chat has parentThreadID: "256|1", where 256 is the value of authoritativeKeyserverID in my setup.
That checks that gnesis.id is set properly, because of code in lib/actions/thread-actions.js newTread action, which if not provided a parentThreadID uses genesis.id (I made sure that was the case)
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
lib/facts/genesis.js | ||
---|---|---|
13 ↗ | (On Diff #36934) |
Comment Actions
Turn genesis into a funtion - in lib we cannot call authoritativeKeyserverID top level, because configs are not registered yet
keyserver/src/database/migration-config.js | ||
---|---|---|
605–607 ↗ | (On Diff #37351) | Why was the formatting changed? |
keyserver/src/database/migration-config.js | ||
---|---|---|
605–607 ↗ | (On Diff #37351) | This code was over 80 characters |