From 4404489fdfbc0d68e130c6e0a1ac25ccabff28d3 Mon Sep 17 00:00:00 2001 From: Caio Lins Date: Sat, 27 Jun 2026 21:31:59 +0900 Subject: [PATCH] add beeper's line messenger bridge to the ecosystem bridge list Signed-off-by: Caio Lins --- content/ecosystem/bridges/line/bridges.toml | 29 +++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/content/ecosystem/bridges/line/bridges.toml b/content/ecosystem/bridges/line/bridges.toml index 9964d9c4a7..5bb6805251 100644 --- a/content/ecosystem/bridges/line/bridges.toml +++ b/content/ecosystem/bridges/line/bridges.toml @@ -1,3 +1,32 @@ +[[bridges]] +name = "beeper-line" +maintainer = "beeper, highesttt" +summary = """ +A bridgev2 project for bridging Matrix and [LINE](https://www.line.me/en). Written in Go using [mautrix-go](https://github.com/mautrix/go) and intended for use with [Beeper](https://www.beeper.com). +""" +maturity = "Stable" +language = "Go" +license = "MIT" +docs = "https://github.com/beeper/line#setup" +repo = "https://github.com/beeper/line" +featured = true +privilege.platform = "User" # Free text +privilege.matrix = "Homeserver Admin" # Any of Homeserver Admin, Room Admin, None +[bridges.supports] +dm = true +group_chats = true +formatted_text = false +message_media = true +replies = true +mentions = true +redactions = true +editing = false +reactions = true +presence = false +typing_notifications = false +read_receipts = true +history = true + [[bridges]] name = "matrix-puppeteer-line" maintainer = "Andrew Ferrazzutti"