We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I noticed that Signal.app 7.26.1 (321) for ios started silently dropping my messages with attachments with this error:
2024/09/06 13:32:32:374 ❤ [AttachmentManagerImpl.swift:305 transitTierInfo(from:)]: assertionError: Invalid cdn info 2024/09/06 13:32:32:374 ❤ [MessageReceiver.swift:1144 processFlaglessDataMessage(_:request:thread:tx:)]: Could not build attachments!
Looking at the app code, it looks like ios no longer tolerates attachments that have been uploaded to cdn0:
https://github.com/signalapp/Signal-iOS/blob/7a19cb5ac898b8d5544ef3fae514b43de05182d5/SignalServiceKit/Messages/Attachments/V2/AttachmentManager/AttachmentManagerImpl.swift#L305-L308
As libsignal-server-rs only supports cdn0 currently, we'll need to add support for cdn2 and cdn3 for attachments to work going forward.
The text was updated successfully, but these errors were encountered:
Thanks for making us aware! We should've implemented attachment v3 (#34) long ago...
Sorry, something went wrong.
I volunteer 😄 I have time next week!
I have time to read your patches, keep me in the loop! :-)
Indeed, iOS users no longer receive attachments sent by libsignal-service-rs (on cdn0)
Worse, they are not notified of the failure, the attachment is silently dropped on client-side after the attachment is received
Successfully merging a pull request may close this issue.
I noticed that Signal.app 7.26.1 (321) for ios started silently dropping my messages with attachments with this error:
Looking at the app code, it looks like ios no longer tolerates attachments that have been uploaded to cdn0:
https://github.com/signalapp/Signal-iOS/blob/7a19cb5ac898b8d5544ef3fae514b43de05182d5/SignalServiceKit/Messages/Attachments/V2/AttachmentManager/AttachmentManagerImpl.swift#L305-L308
As libsignal-server-rs only supports cdn0 currently, we'll need to add support for cdn2 and cdn3 for attachments to work going forward.
The text was updated successfully, but these errors were encountered: