Skip to content

Commit

Permalink
messaging
Browse files Browse the repository at this point in the history
  • Loading branch information
codabrink committed Nov 26, 2024
1 parent 9badaec commit d60ddf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frames-validator/src/validation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export async function validateFramesPost(
installationId,
);
if (!authorized) {
throw new Error("Invalid inbox ID");
throw new Error("Installation not a member of association state");
}

const digest = sha256(actionBodyBytes);
Expand Down

0 comments on commit d60ddf4

Please sign in to comment.