Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions content/ecosystem/bridges/line/bridges.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down