-
Notifications
You must be signed in to change notification settings - Fork 2
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
Group-direct-messages are broken #22
Comments
I've never been in a DM group before, I generally only use the regular group chats, so the code probably assumes that everything is either a public group, or a DM. Are you able to get a debug log of some messages coming through, or is there a test server I can join to send some test messages to? |
Technically I do have the log messages, but there are NDAs at play, so sending any logs means I have to carefully comb through the logs and err on the side of over-censoring, I don't think they would be useful afterwards. I also don't have a test server readily available, but I could try setting one up (assuming RocketChat really is Free Software as they claim). |
You can use the public rocket server open.rocket.chat. to test. |
Steps to reproduce:
Expected behavior: A new tab opens in pidgin, and both sent and received messages appear in there and only in there.
Actual behavior: A new tab opens in pidgin, and the sent messages appear in there and only in there. However, the received messages appear as direct messages only from the sending person. So, additionally to the group tab, I also see new tabs with DMs from the people A, B, and C.
The text was updated successfully, but these errors were encountered: