https://bugs.kde.org/show_bug.cgi?id=464555
Simon Redman <si...@ergotech.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/netw | |ork/kdeconnect-android/comm | |it/9db4c885a5001cadab9b5f2d | |269165e3d20dc3de Resolution|--- |FIXED Status|CONFIRMED |RESOLVED --- Comment #3 from Simon Redman <si...@ergotech.com> --- Git commit 9db4c885a5001cadab9b5f2d269165e3d20dc3de by Simon Redman. Committed on 22/01/2023 at 20:16. Pushed by sredman into branch 'master'. [SMS Plugin] Fix handling for addresses list of multi-target group messages ## Summary Fix a logic error in the SMS plugin which caused it to skip the addresses of other targets when reporting group messages. Notionally, this bug originated with the logic change in !197, where everything switched to using the android-smsmms library. ## Test Plan ### Before: Group messages would be returned as single-target messages between you and the sender, meaning the desktop app would have a bad time showing them. ### After: Group messages are returned with the appropriate list of addresses, the desktop app groups them appropriately. M +1 -1 src/org/kde/kdeconnect/Plugins/SMSPlugin/SmsMmsUtils.java https://invent.kde.org/network/kdeconnect-android/commit/9db4c885a5001cadab9b5f2d269165e3d20dc3de -- You are receiving this mail because: You are watching all bug changes.