summary refs log tree commit diff
diff options
context:
space:
mode:
authorMathMan05 <mathmanrm@gmail.com>2026-03-02 19:25:44 -0600
committerRory& <root@rory.gay>2026-03-20 16:31:32 +0100
commitbb85a2a6f2aec8424b973b9dd2d014a1bdd38919 (patch)
treee74116cfd810d5a90f366bf712ddac05e75b3d9b
parentreturn (diff)
downloadserver-ts-bb85a2a6f2aec8424b973b9dd2d014a1bdd38919.tar.xz
correct comment
-rw-r--r--src/api/routes/interactions/#interaction_id/#interaction_token/callback.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/routes/interactions/#interaction_id/#interaction_token/callback.ts b/src/api/routes/interactions/#interaction_id/#interaction_token/callback.ts

index b7187cf7..9ddf5a84 100644 --- a/src/api/routes/interactions/#interaction_id/#interaction_token/callback.ts +++ b/src/api/routes/interactions/#interaction_id/#interaction_token/callback.ts
@@ -111,7 +111,7 @@ router.post("/", route({}), async (req: Request, res: Response) => { // TODO break; case InteractionCallbackType.DEFERRED_UPDATE_MESSAGE: - //I think this is just ignored ish at least + //TODO keep track of state of this interaction.timeout = setTimeout(() => { emitEvent({ event: "INTERACTION_FAILURE",