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

Issues with Discord support #751

Closed
jgoerzen opened this issue Dec 11, 2020 · 0 comments
Closed

Issues with Discord support #751

jgoerzen opened this issue Dec 11, 2020 · 0 comments

Comments

@jgoerzen
Copy link
Contributor

Hi,

After the upgrade, I found I needed to:

  • NOT set matrix_appservice_discord_auth_usePrivilegedIntents
  • Also set:
matrix_appservice_discord_configuration_extension_yaml: |
        ghosts:
                usernamePattern: :username

when usePrivilegedIntents was set to true as documented in the docs directory, I was unable to get it to work with Discord.

Also, when the usernamePattern was the default, all users had #xxxx appended. Tab completion of @-mentions causes the message to fail to be sent to Discord, since Discord rejects it on "no such nick" grounds.

#748 no longer appears to be necessary thanks to the changes with mailer, and upstream appservice-discord says that the homeserver URL should be set to the public URL (though, confusingly, the example shows the local URL). Perhaps #748 should be reverted.

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