Page MenuHomePhabricator

[lib] Narrow `TraditionalRelationshipRequest` to exclude 'farcaster' action
ClosedPublic

Authored by atul on Apr 9 2024, 9:41 PM.
Tags
None
Referenced Files
F1773933: D11609.diff
Wed, May 15, 11:54 PM
Unknown Object (File)
Sat, Apr 27, 11:13 PM
Unknown Object (File)
Sat, Apr 27, 7:07 AM
Unknown Object (File)
Fri, Apr 26, 9:58 PM
Unknown Object (File)
Fri, Apr 26, 4:21 PM
Unknown Object (File)
Fri, Apr 26, 1:40 PM
Unknown Object (File)
Fri, Apr 26, 9:14 AM
Unknown Object (File)
Mon, Apr 22, 4:50 AM
Subscribers

Details

Summary

Narrow TraditionalRelationshipRequest to exclude 'farcaster' action and make necessary changes across native/web client.

Will update validators/keyserver in subsequent diffs.


Depends on D11607

Test Plan

flow + validators will be tested in subsequent diffs.

Diff Detail

Repository
rCOMM Comm
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

atul requested review of this revision.Apr 9 2024, 9:57 PM
tomek added inline comments.
lib/hooks/relationship-prompt.js
12–13 ↗(On Diff #38967)

Can we merge these imports?

This revision is now accepted and ready to land.Apr 10 2024, 6:51 AM
lib/hooks/relationship-prompt.js
12–13 ↗(On Diff #38967)

Ah yeah, thanks for catching that

This diff is safe to land since we're just narrowing flow types on the clients. No runtime changes so this shouldn't break anything.

This revision was landed with ongoing or failed builds.Thu, Apr 18, 1:26 PM
This revision was automatically updated to reflect the committed changes.