Skip to content

Commit 80899df

Browse files
committed
Loweer char limit
1 parent 1419b58 commit 80899df

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/chat-ui/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@
33
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
44

55
Basic chat application built with Strata using our chat protocol
6-

packages/chat/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ import { CaseInsensitiveMarkerV0, ChatIDL, ChatV0, DelegateWalletV0, NamespacesV
3535
import { getAuthSig, MessageSigner } from "./lit";
3636
import { uploadFiles } from "./shdw";
3737

38-
const MESSAGE_MAX_CHARACTERS = 450; // TODO: This changes with optional accounts in the future
38+
const MESSAGE_MAX_CHARACTERS = 352; // TODO: This changes with optional accounts in the future
3939

4040
export * from "./generated/chat";
4141
export * from "./shdw";

0 commit comments

Comments
 (0)