From a68fe277ecaba9ed4c1605dcdd8ecaf40a445361 Mon Sep 17 00:00:00 2001 From: cameronvoell Date: Tue, 6 Feb 2024 12:13:31 -0600 Subject: [PATCH] feat: basic group chat --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 6ff2146ce..53977260a 100644 --- a/README.md +++ b/README.md @@ -437,3 +437,7 @@ The `env` parameter accepts one of three valid values: `dev`, `production`, or ` - `local`: Use to have a client communicate with an XMTP node you are running locally. For example, an XMTP node developer can set `env` to `local` to generate client traffic to test a node running locally. The `production` network is configured to store messages indefinitely. XMTP may occasionally delete messages and keys from the `dev` network, and will provide advance notice in the [XMTP Discord community](https://discord.gg/xmtp). + +## Enabling group chat + +Coming soon... \ No newline at end of file