Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix matrix-appservice-discord features list #2645

Open
cloudrac3r opened this issue Feb 23, 2025 · 0 comments
Open

Fix matrix-appservice-discord features list #2645

cloudrac3r opened this issue Feb 23, 2025 · 0 comments

Comments

@cloudrac3r
Copy link

On https://matrix.org/ecosystem/bridges/discord/, currently matrix-appservice-discord is listed as having some features that it actually doesn't.

It does not yet have support for reactions - some pull requests have been proposed but not merged

It does not yet have support for direct messaging as this checkbox is unticked in the readme.

It does not yet have support for Discord-to-Matrix replies - again some PRs have been proposed but not merged.

To fix this, the file should look like this:

[[bridges]]
name = "matrix-appservice-discord"
maintainer = "Matrix.org Foundation"
summary = "This project bridges Discord to Matrix via the Application Service API"
maturity = "Beta"
language = "TypeScript"
license = "Apache-2.0"
docs = "https://github.com/matrix-org/matrix-appservice-discord#end-user-documentation"
repo = "https://github.com/matrix-org/matrix-appservice-discord"
room = "#discord:matrix.org"
featured = true
privilege.platform = "Admin" # Free text
privilege.matrix = "Homeserver Admin" # Any of Homeserver Admin, Room Admin, None
[bridges.supports]
dm = false
channels = true
formatted_text = true
message_media = true
replies = false # maybe?
mentions = true
threads = false
redactions = true
editing = true
reactions = false
presence = true
typing_notifications = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant