Skip to content

Commit 37b1f04

Browse files
committed
fix: change max cast length to the current max cast length
1 parent e185e6a commit 37b1f04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/client-farcaster/src/utils.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { stringToUuid } from "@ai16z/eliza";
22

3-
const MAX_CAST_LENGTH = 280; // Updated to Twitter's current character limit
3+
const MAX_CAST_LENGTH = 1024; // Updated to Twitter's current character limit
44

55
export function castId({ hash, agentId }: { hash: string; agentId: string }) {
66
return `${hash}-${agentId}`;

0 commit comments

Comments
 (0)