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
Describe the bug Matterbridge does not seem to pick up on Slack display name changes without stopping and restarting.
To Reproduce Set up a Slack <-> IRC gateway, chat once. Change your display name on Slack. Chat again.
Expected behavior I expect it to pull the latest display name.
Screenshots/debug logs If applicable, add screenshots to help explain your problem. Use logs from running matterbridge -debug if possible.
matterbridge -debug
Environment (please complete the following information):
Additional context Please add your configuration file (be sure to exclude or anonymize private data (tokens/passwords))
[irc] [irc.rizon] Server="irc.rizon.net:6697" Nick="SlackBot" NickServNick="SlackBot" NickServePassword="MyPass" UseTLS=true SkipTLSVerify=false RunCommands=["PRIVMSG nickserv :IDENTIFY MyPass SlackBot"] RemoteNickFormat="<{NICK}> " [slack] [slack.myslack] Token="xoxb-secrets" RemoteNickFormat="<{NICK}> " PrefixMessagesWithNick=true [[gateway]] name="mychan" enable=true [[gateway.inout]] account="irc.rizon" channel="#mychan" options = { key="withkey" } [[gateway.inout]] account="slack.myslack" channel="mychan"
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Describe the bug
Matterbridge does not seem to pick up on Slack display name changes without stopping and restarting.
To Reproduce
Set up a Slack <-> IRC gateway, chat once. Change your display name on Slack. Chat again.
Expected behavior
I expect it to pull the latest display name.
Screenshots/debug logs
If applicable, add screenshots to help explain your problem.
Use logs from running
matterbridge -debug
if possible.Environment (please complete the following information):
Additional context
Please add your configuration file (be sure to exclude or anonymize private data (tokens/passwords))
The text was updated successfully, but these errors were encountered: