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
F3357105: D12228.id40740.diff
Sat, Nov 23, 10:25 PM
F3356940: D12228.diff
Sat, Nov 23, 9:34 PM
F3356766: D12228.diff
Sat, Nov 23, 8:37 PM
F3356378: D12228.id40690.diff
Sat, Nov 23, 6:41 PM
Unknown Object (File)
Sun, Nov 17, 10:59 PM
Unknown Object (File)
Thu, Nov 14, 2:33 PM
Unknown Object (File)
Thu, Nov 14, 8:56 AM
Unknown Object (File)
Thu, Nov 14, 5:44 AM
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