We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: