We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e185e6a commit 37b1f04Copy full SHA for 37b1f04
packages/client-farcaster/src/utils.ts
@@ -1,6 +1,6 @@
1
import { stringToUuid } from "@ai16z/eliza";
2
3
-const MAX_CAST_LENGTH = 280; // Updated to Twitter's current character limit
+const MAX_CAST_LENGTH = 1024; // Updated to Twitter's current character limit
4
5
export function castId({ hash, agentId }: { hash: string; agentId: string }) {
6
return `${hash}-${agentId}`;
0 commit comments