We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 313a07e commit e8a47f7Copy full SHA for e8a47f7
packages/botkit/src/pages.tsx
@@ -436,8 +436,6 @@ app.get("/feed.xml", async (c) => {
436
app.post("/follow", async (c) => {
437
const { bot } = c.env;
438
const ctx = bot.federation.createContext(c.req.raw, c.env.contextData);
439
- const url = new URL(c.req.url);
440
- const botHandle = `@${bot.username}@${url.host}`;
441
442
const formData = await c.req.formData();
443
let followerHandle = formData.get("handle")?.toString();
0 commit comments