From 2b2302227f591bf2fe48a18fbfcba2f24a522f7c Mon Sep 17 00:00:00 2001 From: highesttt Date: Thu, 4 Jun 2026 03:43:37 -0500 Subject: [PATCH 1/2] docs: edited reactions in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa2121b..0407396 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ Based on the [mautrix-twilio](https://github.com/mautrix/twilio) bridge - [x] Device contact (vCard) - [x] Mentions - [x] Read receipts -- [x] Reaction support (Receive ONLY) +- [x] Reaction support (Receive Fully supported, send Limited to ~120 emojis. See [reaction.go](https://github.com/beeper/matrix-line-messenger/blob/main/pkg/connector/reaction.go)) - [x] Replies - [x] Prefetch missed chats upon starting the bridge - [x] Group chats From 52433f1ac4bf2dd639c9e37f1c088720662ccee4 Mon Sep 17 00:00:00 2001 From: Highest <91629626+highesttt@users.noreply.github.com> Date: Thu, 4 Jun 2026 03:46:10 -0500 Subject: [PATCH 2/2] Update README.md Co-authored-by: indent[bot] <216979840+indent[bot]@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0407396..53d430f 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ Based on the [mautrix-twilio](https://github.com/mautrix/twilio) bridge - [x] Device contact (vCard) - [x] Mentions - [x] Read receipts -- [x] Reaction support (Receive Fully supported, send Limited to ~120 emojis. See [reaction.go](https://github.com/beeper/matrix-line-messenger/blob/main/pkg/connector/reaction.go)) +- [x] Reactions (receive: fully supported; send: limited to ~120 emojis — see [reaction.go](https://github.com/beeper/matrix-line-messenger/blob/main/pkg/connector/reaction.go)) - [x] Replies - [x] Prefetch missed chats upon starting the bridge - [x] Group chats