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 ccf1f42 commit da327a7Copy full SHA for da327a7
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