Page MenuHomePhabricator

[keyserver/lib] Populate special_role field when initial roles are created
ClosedPublic

Authored by rohan on Nov 24 2023, 9:47 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Mar 31, 11:53 AM
Unknown Object (File)
Mon, Mar 31, 10:24 AM
Unknown Object (File)
Mon, Mar 31, 9:18 AM
Unknown Object (File)
Sun, Mar 30, 11:34 PM
Unknown Object (File)
Sun, Mar 30, 3:52 PM
Unknown Object (File)
Mar 2 2025, 5:31 AM
Unknown Object (File)
Feb 27 2025, 7:24 PM
Unknown Object (File)
Feb 27 2025, 7:24 PM
Subscribers

Details

Summary

Now that we've createde a roles.special_role column in MariaDB and wrote a migration that populates it for existing threads, we should make sure new threads going forward populate this upon creation.

Depends on D9961

Part of ENG-5833

Test Plan

Create some new communities and make sure the special_role is populated for Members (no special role for Admins yet)

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

keyserver/src/creators/role-creator.js
54 ↗(On Diff #33600)

Best to opt for ?? over || when possible

This revision is now accepted and ready to land.Nov 27 2023, 12:51 AM