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)
Wed, May 15, 11:08 PM
Unknown Object (File)
Tue, May 7, 8:03 AM
Unknown Object (File)
Apr 8 2024, 10:35 PM
Unknown Object (File)
Apr 8 2024, 10:35 PM
Unknown Object (File)
Apr 8 2024, 10:35 PM
Unknown Object (File)
Apr 8 2024, 10:33 PM
Unknown Object (File)
Apr 4 2024, 2:27 AM
Unknown Object (File)
Mar 1 2024, 7:35 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