From bab8edbe7f2b096a6c2c63c7f26077fa08c202fa Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Thu, 27 Feb 2025 20:51:06 +0100 Subject: [PATCH] Add new info in README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 88a8884..9ec747a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,14 @@ # Matrix Gateway WIP project +Project that expose a simple API to make use of Matrix API. It acts as a Matrix client (like Element for example) + +**Known limitations**: + +- Supports only a limited subset of Matrix API +- Does not support E2E encryption + +Project written in Rust. ## Setup dev environment ```