mirror of
https://github.com/oxen-io/session-android.git
synced 2025-06-10 13:38:43 +00:00

We were setting isRecipientUpdate to `true` incorrectly if there were unregistered people in the group, resulting in the message not being rendered on linked devices. Instead of using the address count, we can just look at the current receipt status of the message. Fixes #9981