Skip to content

Commit b747ffb

Browse files
committed
Remove incorrect mermaid diagram from Chat introduction
The architecture flowchart was misleading and low quality; the table above it already covers the pieces apps need.
1 parent 0be419f commit b747ffb

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

xchat/introduction.mdx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,6 @@ The **Chat API** lets you send and receive **end-to-end encrypted** direct messa
1717
| **X API access** | Public keys, conversation keys, messages, events, media—via **[XDK](/xdks/python/overview)** (Python/TypeScript) or HTTPS |
1818
| **Delivery** | [Webhooks or activity stream](/xchat/real-time-events) for live events; events API for history |
1919

20-
```mermaid
21-
flowchart LR
22-
A[Chat XDK] --> B[Your app]
23-
B --> C[X API]
24-
C --> D[Webhook / stream]
25-
D --> A
26-
```
27-
2820
Follow **[Getting Started](/xchat/getting-started)** for a full implementation. For concepts only, see the **[Cryptography primer](/xchat/cryptography-primer)**.
2921

3022
---

0 commit comments

Comments
 (0)