-
Notifications
You must be signed in to change notification settings - Fork 374
Update matrix-appservice-discord feature set #2691
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
Conversation
Deploying matrix-website with
|
Latest commit: |
e9bee4e
|
Status: | ✅ Deploy successful! |
Preview URL: | https://2931d951.matrix-website.pages.dev |
Branch Preview URL: | https://harharlinks-matrix-appservic.matrix-website.pages.dev |
@@ -12,16 +12,16 @@ featured = true | |||
privilege.platform = "Admin" # Free text | |||
privilege.matrix = "Homeserver Admin" # Any of Homeserver Admin, Room Admin, None | |||
[bridges.supports] | |||
dm = true | |||
dm = false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
channels = true | ||
formatted_text = true | ||
message_media = true | ||
replies = true | ||
replies = false # maybe? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
replies = false # maybe? | |
replies = false |
mentions = true | ||
threads = false | ||
redactions = true | ||
editing = true | ||
reactions = true | ||
reactions = false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
seems like they're missing matrix-org/matrix-appservice-discord#903
channels = true | ||
formatted_text = true | ||
message_media = true | ||
replies = true | ||
replies = false | ||
mentions = true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
probably not for too long matrix-org/matrix-spec-proposals#4210
Proposed by #2645
Signed-off-by: HarHarLinks 2803622+HarHarLinks@users.noreply.github.com