Page MenuHomePhabricator

[keysever/lib/native] introduce gate for tagging farcaster channel work
ClosedPublic

Authored by ginsu on Fri, Apr 26, 11:52 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, May 7, 9:47 AM
Unknown Object (File)
Tue, May 7, 2:35 AM
Unknown Object (File)
Mon, May 6, 2:45 PM
Unknown Object (File)
Fri, May 3, 6:00 PM
Unknown Object (File)
Fri, May 3, 12:36 PM
Unknown Object (File)
Thu, May 2, 1:03 PM
Unknown Object (File)
Thu, May 2, 2:10 AM
Unknown Object (File)
Tue, Apr 30, 12:31 PM
Subscribers

Details

Summary

This gate will be used to guarantee that nobody (internally + externally) creates a Farcaster channel tag and thus has a blob holder on their client on prod.

Depends on D11772

Test Plan

Confirmed that when GATE_TAG_FARCASTER_CHANNEL is true we can't access the UI + also confirmed that the create_or_update_farcaster_channel_tag would immediatly throw an error

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

ashoat added inline comments.
lib/shared/community-utils.js
3 ↗(On Diff #39583)

From the name it's unclear whether this will allow or prohibit the tagging of farcaster channels. Can you rename it to clarify? Eg. maybe DISABLE_TAGGING_FARCASTER_CHANNEL (or ENABLE_TAGGING_FARCASTER_CHANNEL, but then I guess you'd have to flip the checks)

This revision is now accepted and ready to land.Sat, Apr 27, 9:35 AM