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

Joining channels #65

Closed
keachi opened this issue Aug 26, 2016 · 5 comments
Closed

Joining channels #65

keachi opened this issue Aug 26, 2016 · 5 comments

Comments

@keachi
Copy link

keachi commented Aug 26, 2016

matterircd Version: 0.10.0
mattermost Version 3.3.0

When I connect, I get automaticaly joined the channel #town-square. When I write the command /join #test I get joined the channel test and not #test.
If now somebody writes me a message (via webfrontend in the channel #test, with @user), I'll receive this message as a private message from the user and not in the channel. Sometimes also I get automatically joined to the channel #test. I don't understand the exact behaviour.

@42wim
Copy link
Owner

42wim commented Aug 26, 2016

I can not reproduce this, you get automatically joined to all the channels you're a member from.
It's not possible to join another channel (you'll get a invite only error message)
(eg -> :matterircd 473 wim #test :Cannot join channel (+i) module=matterircd)

Could you run matterircd with -debug reproduce the issue and paste the output (filter personal info if you need)

@keachi
Copy link
Author

keachi commented Aug 31, 2016

I have the right to join channel #testing, so I do /join #testing and after I get joined to channel testing and not #testing.

Aug 31 08:07:13 dagaz matterircd-linux64[5347]: time="2016-08-31T08:07:13+02:00" level=debug msg="WsReceiver: model.WebSocketEvent{TeamId:\"\", ChannelId:\"\", UserId:\"5whsec99ntbq7pcjgepodcbzbr\", Event:\"status_change\", Data:map[string]interface {}{\"status\":\"online\"}}" module=matterclient
Aug 31 08:07:13 dagaz matterircd-linux64[5347]: time="2016-08-31T08:07:13+02:00" level=debug msg="WsReceiver: &model.WebSocketEvent{TeamId:\"\", ChannelId:\"\", UserId:\"5whsec99ntbq7pcjgepodcbzbr\", Event:\"status_change\", Data:map[string]interface {}{\"status\":\"online\"}}" module=matterircd
Aug 31 08:07:13 dagaz matterircd-linux64[5347]: time="2016-08-31T08:07:13+02:00" level=debug msg="in handleWsMessage" module=matterircd
Aug 31 08:07:17 dagaz matterircd-linux64[5347]: time="2016-08-31T08:07:17+02:00" level=debug msg="<- JOIN #testing" module=matterircd
Aug 31 08:07:17 dagaz matterircd-linux64[5347]: time="2016-08-31T08:07:17+02:00" level=debug msg="Joining w65mwyxxajd8uf9zgcg7k38yzw" module=matterclient
Aug 31 08:07:17 dagaz matterircd-linux64[5347]: time="2016-08-31T08:07:17+02:00" level=debug msg="-> :tobiasr!tobiasr@localhost JOIN testing" module=matterircd
Aug 31 08:07:17 dagaz matterircd-linux64[5347]: time="2016-08-31T08:07:17+02:00" level=debug msg="-> :matterircd 353 tobiasr = testing :tobiasr " module=matterircd
Aug 31 08:07:17 dagaz matterircd-linux64[5347]: time="2016-08-31T08:07:17+02:00" level=debug msg="-> :matterircd 366 tobiasr testing :End of /NAMES list." module=matterircd

@42wim
Copy link
Owner

42wim commented Aug 31, 2016

Ok, bug found. But I can only reproduce it be first leaving the #testing channel and then joining it again.

@42wim
Copy link
Owner

42wim commented Aug 31, 2016

Could you try https://github.com/42wim/matterircd/releases/download/v0.10.0/matterircd-linux64-test and see if it's fixed for you ?

@keachi
Copy link
Author

keachi commented Sep 1, 2016

Looks like it's fixed. Thanks.

This issue was closed.
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

2 participants