Use CDN number instead of parsing identifier for attachment remote id.

This commit is contained in:
Cody Henthorne
2026-06-04 11:22:14 -04:00
committed by GitHub
parent af4d0a0ef0
commit f1a72dd01a
9 changed files with 18 additions and 15 deletions
@@ -138,7 +138,7 @@ class ConversationItemPreviewer {
private fun attachment(): SignalServiceAttachmentPointer {
return SignalServiceAttachmentPointer(
Cdn.CDN_3.cdnNumber,
SignalServiceAttachmentRemoteId.from(""),
SignalServiceAttachmentRemoteId.from("", Cdn.CDN_3.cdnNumber),
"image/webp",
null,
Optional.empty(),