Page MenuHomePhabricator

[keyserver] create invite link based on newly created sidebar
ClosedPublic

Authored by will on Wed, Oct 23, 10:42 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Nov 10, 2:14 PM
Unknown Object (File)
Sat, Nov 9, 9:32 PM
Unknown Object (File)
Fri, Nov 8, 11:06 PM
Unknown Object (File)
Thu, Nov 7, 2:38 AM
Unknown Object (File)
Mon, Nov 4, 12:24 AM
Unknown Object (File)
Sun, Nov 3, 1:41 PM
Unknown Object (File)
Wed, Oct 30, 11:53 PM
Unknown Object (File)
Mon, Oct 28, 4:57 PM
Subscribers

Details

Summary

This creates an invite link for the newly created sidebar.

Depends on D13782

Test Plan

console logged the invitelink. On my iOS simulator dev build, plugged in the invite link to safari with https://comm.app/invite/<value> and confirmed I successfully joined the community and sidebar with a user originally not in either.

Diff Detail

Repository
rCOMM Comm
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

Harbormaster returned this revision to the author for changes because remote builds failed.Wed, Oct 23, 10:46 PM
Harbormaster failed remote builds in B32360: Diff 45365!
will requested review of this revision.Wed, Oct 23, 11:45 PM
keyserver/src/responders/farcaster-webhook-responders.js
255 ↗(On Diff #45365)

Placeholder to be used in replying to cast

ashoat added inline comments.
keyserver/src/responders/farcaster-webhook-responders.js
247 ↗(On Diff #45365)

Seems like you call this 3 times in this file.

Why not lift it to the top-level scope so it can be called just once?

This revision is now accepted and ready to land.Thu, Oct 24, 6:22 AM
keyserver/src/responders/farcaster-webhook-responders.js
247 ↗(On Diff #45365)

Included in a rebase of https://phab.comm.dev/D13775

keyserver/src/responders/farcaster-webhook-responders.js
247 ↗(On Diff #45365)

This diff depends on that one, though... don't you need to update this diff too? I would expect to see an updated version of this diff that doesn't introduce a new commbotViewer