Page MenuHomePhabricator

[keyserver] Don't create a thread with an admin when creating a new account
ClosedPublic

Authored by tomek on May 28 2024, 5:43 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Jul 1, 8:12 PM
Unknown Object (File)
Sat, Jun 29, 2:29 AM
Unknown Object (File)
Thu, Jun 27, 11:35 AM
Unknown Object (File)
Thu, Jun 27, 11:35 AM
Unknown Object (File)
Thu, Jun 27, 11:35 AM
Unknown Object (File)
Fri, Jun 21, 9:59 PM
Unknown Object (File)
Tue, Jun 18, 2:33 AM
Unknown Object (File)
Sun, Jun 16, 5:42 PM
Subscribers

Details

Summary

On a non-auth keyserver we don't have access to GENESIS and can't create a thread within it.

https://linear.app/comm/issue/ENG-7844/dont-create-a-thread-with-an-admin-when-creating-a-new-account

Depends on D12227

Test Plan

Check if the private thread is created when setting up an authoritative keyserver. Check if the thread isn't created on a non-auth keyserver.

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

tomek requested review of this revision.May 28 2024, 6:00 AM
keyserver/src/creators/account-creator.js
196 ↗(On Diff #40688)

Why do we always create a private thread? Does the user need one private thread per keyserver?

Eventually this will be client-local, but for now I think we should only generate it on the authoritative keyserver.

keyserver/src/creators/account-creator.js
196 ↗(On Diff #40688)

Ok, that makes sense - will make it conditional.

Don't create a private thread

This revision is now accepted and ready to land.May 29 2024, 7:19 AM