-
-
Notifications
You must be signed in to change notification settings - Fork 6.2k
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
New MMS group created for responses to a group created through signal #7683
Comments
Happens to me always. I'm on Sprint |
Happens to me as well, Project Fi. And if you try to be clever and add yourself to the original group when creating it, it says you're already a member. |
Just happened today: https://debuglogs.org/4774c97924b4246cd72cfce370e6ab1f303d8b6693385be9deaf109473f92ff5 The original group lists my name first while the new group lists my name last |
Same issue, TMobile. |
Same issue, Project Fi. |
Please don't comment "same issue". It's well-established now that this is a bug. What this issue needs now is not more people confirming it, but for someone to actually fix it. |
Looks like the issue is around
The code appears to add the current local user to the new group, but it obviously doesn't. |
It seems like it's adding the local user. If I create a new group but attempt to add myself as well it tells me "you are already in the group". |
I have observed a similar issue on my dual SIM phone. In one-on-one conversations using my non-Signal SIM I can successfully send MMS images and they end up in the correct conversation, but when I receive MMS images from the other person Signal creates a new group with the other person, my non-Signal number any my Signal number. I think this could be regarded as the same issue since in both cases incoming MMS messages are not attributed to the correct conversation. Looking at the pull request #8296 I’m not sure though that this solution also works with dual SIM phones and with one-on-one conversations. It would be great if the original issue and mine could be solved in one go, so if someone more familiar with the Signal code could check this, that would be cool! Otherwise I might try finding some time to figure out the problem with my dual SIM MMS messages and come up with a separate issue or pull request. |
- Fixes signalapp#7683 - Closes signalapp#8296
This issue is two years old, and other threads state it had been fixed. However, it is persisting on my Samsung A51 on T-Mobile. Is it being tracked in another thread? Thanks! |
@fleapower you are likely encountering a different bug. Please report a new issue, and make sure to follow the proper procedure - in particular, please search to see if the bug you're encountering has already been reported. |
Looks like there's an open version of it already here: #9213 (I'm about to add new logs to that one since it's back for me as well) |
Bug description
When I create a MMS group through signal, replies from other members create a new thread. The original group does not list me as a member, but the new group does.
(defauly sms app, wifi calling compatibility mode off, project fi network)
Steps to reproduce
Actual result: the reply creates a new thread/group
Expected result: replies go to the same thread/group
Screenshots
First group
After replies:
Device info
Device: Pixel
Android version: 8.1.0
Signal version: 4.18.3
Link to debug log
https://debuglogs.org/cfed3ebb12a7ba60f98ccce30677996f5fc46c55b899e1e4d9a92638a4d9cbfe
This is a re-submission of #7161 which was closed during the cleanup (#7598)
The text was updated successfully, but these errors were encountered: