From 6bbd1d5119371770a191cddce4e78c73d6392144 Mon Sep 17 00:00:00 2001 From: Skylar Sadlier Date: Tue, 3 Sep 2024 21:31:39 -0600 Subject: [PATCH] Update README.md Update readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2bddaa6..9c3e9d6 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,8 @@ The following is supported from this package: - [Currently a WIP](#end-to-end-encryption-notes) - Can also use [pantalaimon](https://github.com/matrix-org/pantalaimon) as an alternative solution to E2EE (if you need multiple sessions synced up with keys) - Receive events from a room (messages, reactions, images, audio, locations, and files) whether encrypted or not +- Fetch and modify room state events (for changing room settings) +- Paginate room history - Send Images/Files (sending files to e2ee room doesn't currently encrypt them yet) - Edit messages - Send typing events (Bot is typing ...)