rebase
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Feed Search
Nov 15 2024
Nov 15 2024
Nov 13 2024
Nov 13 2024
will requested review of D13926: [keyserver] add frog, hono, @hono/node-server as keyserver dependencies.
Nov 8 2024
Nov 8 2024
Nov 4 2024
Nov 4 2024
will updated the summary of D13866: [keyserver] replace sidebar source message quotes with markdown quotes.
will updated the summary of D13865: [keyserver] change channel text from channel name to slash channel id.
will requested review of D13866: [keyserver] replace sidebar source message quotes with markdown quotes.
will requested review of D13865: [keyserver] change channel text from channel name to slash channel id.
Nov 1 2024
Nov 1 2024
will added inline comments to D13855: [keyserver] add link back to original warpcast cast in farcaster bot sidebar source message.
will added inline comments to D13855: [keyserver] add link back to original warpcast cast in farcaster bot sidebar source message.
will updated the diff for D13855: [keyserver] add link back to original warpcast cast in farcaster bot sidebar source message.
review feedback
Oct 31 2024
Oct 31 2024
will updated the summary of D13775: [keyserver] add community creation logic to farcaster webhook responder.
rebase before landing
will updated the diff for D13775: [keyserver] add community creation logic to farcaster webhook responder.
rebase
will added inline comments to D13774: [keyserver] implemented FarcasterChannelTagBlob type for upload payload with validator.
move regex to top level
use eventChannel from prior diff instead of event.data.channel
will updated the diff for D13775: [keyserver] add community creation logic to farcaster webhook responder.
add channel to deconstruct
will updated the diff for D13775: [keyserver] add community creation logic to farcaster webhook responder.
rebase
will updated the diff for D13834: [keyserver] Run num admin change checks in updateRole only if intended role is not an admin.
rebase
word boundry fix
use regex with word boundries
will added inline comments to D13775: [keyserver] add community creation logic to farcaster webhook responder.
will updated the diff for D13775: [keyserver] add community creation logic to farcaster webhook responder.
rebase and add destruction syntax for code clarity
use .includes instead of regex
Thinking about this. I think we should likely go with a non-regex solution as this is such a simple check. Going to change in next rebase
In D13841#386565, @ashoat wrote:Do we really need a RegExp if we're just checking if the string contains another string?
Maybe the best argument for RegExp would be if we're trying to match on word boundaries.
rebase
remove trimText code duplication with sidebar thread name function
address nit
rebase