Skip to content
Merged
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
8 changes: 4 additions & 4 deletions content/ecosystem/bridges/discord/bridges.toml
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ typing_notifications = true
[[bridges]]
name = "Out Of Your Element"
maintainer = "Cadence"
summary = "An efficient and modern bridge. It supports the latest Discord features like replies and threads, and the latest Matrix features like custom emotes and intentional mentions."
maturity = "Beta"
summary = "An efficient and modern bridge. It supports the latest Discord features like replies and threads, and the latest Matrix features like custom emotes and authenticated media. Easy to configure with web UI."
maturity = "Stable"
language = "JavaScript"
license = "AGPL-3.0-or-later"
docs = "https://gitdab.com/cadence/out-of-your-element/src/branch/main/docs"
Expand All @@ -114,5 +114,5 @@ threads = true
redactions = true
editing = true
reactions = true
presence = false
typing_notifications = false
presence = true
typing_notifications = false # only d->m at this time