42wim / matterircd

Connect to your mattermost or slack using your IRC-client of choice.
MIT License
295 stars 60 forks source link

issue with new mattermost channels #262

Closed Peter4825 closed 4 years ago

Peter4825 commented 5 years ago

Tested with mattermost 5.15.0 and matterircd 0.19.2:

When someone else creates a channel on mattermost and joins me into this channel, I do not join the proper channel name, but I've joined the ID (Without a hash to indicate the channel) Messages sent to this channel also do not go to the correct window. When I /reconnect to the matterircd, the problems are solved.

efenex commented 5 years ago

Same issue here, messages I send myself (via the web-interface) or receive go to the generic &messages channel (with / nickname)

efenex commented 5 years ago

When I join the channel manually in the IRC client, both sent and received messages end up in the right place: seems like it's primarily the joining of the channel which doesn't happen automatically (when creating a channel through web-if or when invited).

Peter4825 commented 4 years ago

With the new release of matterircd 0.19.3 this issue has been resolved. Thanks!